diff options
| author | ruki <[email protected]> | 2024-12-13 10:13:54 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-13 10:13:54 +0800 |
| commit | ab173b6f1162919076175d91ffbc240de07edbde (patch) | |
| tree | e3dc39d6f87cd798c93127a3c0d6feda095842c1 | |
| parent | ecb1e9948ed95fbe8c5b43dce118718449cff93d (diff) | |
Update xmake.lua
| -rw-r--r-- | xmake/rules/luarocks/module/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/luarocks/module/xmake.lua b/xmake/rules/luarocks/module/xmake.lua index d33fc810c..3439e1ed5 100644 --- a/xmake/rules/luarocks/module/xmake.lua +++ b/xmake/rules/luarocks/module/xmake.lua @@ -20,6 +20,6 @@ rule("luarocks.module") on_config(function (target) - wprint('deprecated: please use rule("lua.module") instead of rule("luarocks.module")') + wprint('deprecated: please use add_rules("lua.module") instead of add_rules("luarocks.module")') end) add_deps("lua.module") |
