summaryrefslogtreecommitdiff
path: root/xmake/rules/luarocks/module/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-14 00:47:07 +0800
committerruki <[email protected]>2021-09-14 00:47:07 +0800
commit3abbb1c004c0c56bf34c9155098e1844e0483581 (patch)
treea8a19e4b771eb4fff452f43e794b5c7218eea8b5 /xmake/rules/luarocks/module/xmake.lua
parent8c8030ba48cda0c12ed7934b6dd4ffff5b191a33 (diff)
remove before_load
Diffstat (limited to 'xmake/rules/luarocks/module/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 e74080912..530e35070 100644
--- a/xmake/rules/luarocks/module/xmake.lua
+++ b/xmake/rules/luarocks/module/xmake.lua
@@ -19,7 +19,7 @@
--
rule("luarocks.module")
- before_load(function (target)
+ on_load(function (target)
-- imports
import("core.cache.detectcache")