From ab173b6f1162919076175d91ffbc240de07edbde Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 Dec 2024 10:13:54 +0800 Subject: Update xmake.lua --- xmake/rules/luarocks/module/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.3.1