diff options
| author | ruki <[email protected]> | 2016-04-05 20:59:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-04-05 20:59:09 +0800 |
| commit | 17cef33022bf3308ebd03546ab65464f9390e69c (patch) | |
| tree | adf735a77bfbfa87a1c08d121f1348062e84dfb2 /xmake/actions/lua | |
| parent | 444f3f3f9e9dabf46da999d6d8d6f200c672a866 (diff) | |
impl auto rebuild for config
Diffstat (limited to 'xmake/actions/lua')
| -rwxr-xr-x | xmake/actions/lua/xmake.lua | 3 |
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() |
