summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")