summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-12-13 10:13:54 +0800
committerGitHub <[email protected]>2024-12-13 10:13:54 +0800
commitab173b6f1162919076175d91ffbc240de07edbde (patch)
treee3dc39d6f87cd798c93127a3c0d6feda095842c1
parentecb1e9948ed95fbe8c5b43dce118718449cff93d (diff)
Update xmake.lua
-rw-r--r--xmake/rules/luarocks/module/xmake.lua2
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")