diff options
| author | ruki <[email protected]> | 2024-12-13 10:14:14 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-13 10:14:14 +0800 |
| commit | d53f304899857e247c6491acae97ef2c6f8cad6f (patch) | |
| tree | f29720a2d07908fc048965c172358620321d1b71 /xmake/rules/platform/linux/driver/xmake.lua | |
| parent | ab173b6f1162919076175d91ffbc240de07edbde (diff) | |
Update xmake.lua
Diffstat (limited to 'xmake/rules/platform/linux/driver/xmake.lua')
| -rw-r--r-- | xmake/rules/platform/linux/driver/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/platform/linux/driver/xmake.lua b/xmake/rules/platform/linux/driver/xmake.lua index 661850a6d..a050185b3 100644 --- a/xmake/rules/platform/linux/driver/xmake.lua +++ b/xmake/rules/platform/linux/driver/xmake.lua @@ -20,6 +20,6 @@ rule("platform.linux.driver") on_config(function (target) - wprint('deprecated: please use rule("platform.linux.module") instead of rule("platform.linux.driver")') + wprint('deprecated: please use add_rules("platform.linux.module") instead of add_rules("platform.linux.driver")') end) add_deps("platform.linux.module") |
