summaryrefslogtreecommitdiff
path: root/xmake/actions/lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-04-05 20:59:09 +0800
committerruki <[email protected]>2016-04-05 20:59:09 +0800
commit17cef33022bf3308ebd03546ab65464f9390e69c (patch)
treeadf735a77bfbfa87a1c08d121f1348062e84dfb2 /xmake/actions/lua
parent444f3f3f9e9dabf46da999d6d8d6f200c672a866 (diff)
impl auto rebuild for config
Diffstat (limited to 'xmake/actions/lua')
-rwxr-xr-xxmake/actions/lua/xmake.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/actions/lua/xmake.lua b/xmake/actions/lua/xmake.lua
index 96089d0b6..dc34eda56 100755
--- a/xmake/actions/lua/xmake.lua
+++ b/xmake/actions/lua/xmake.lua
@@ -38,9 +38,6 @@ task("lua")
-- do not load config if be not given -f or -P options
if option.get("file") or option.get("project") then
- -- load global configure
- global.load()
-
-- load project configure
config.load()