summaryrefslogtreecommitdiff
path: root/xmake/core/base/global.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-02-24 21:09:46 +0800
committerruki <[email protected]>2016-02-24 21:09:46 +0800
commitac6323f24c35b446c1f550378c19aad9b6a6940f (patch)
treef1a8eb0939970df62c8ad12c930b911a1e352087 /xmake/core/base/global.lua
parent00958c7b39c53a7e597ff6705ae9b1e2baeece4b (diff)
show submenu for task
Diffstat (limited to 'xmake/core/base/global.lua')
-rw-r--r--xmake/core/base/global.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/global.lua b/xmake/core/base/global.lua
index fa890817e..f93f6a4c8 100644
--- a/xmake/core/base/global.lua
+++ b/xmake/core/base/global.lua
@@ -169,7 +169,7 @@ function global.load()
local configs = global._CONFIGS
-- xmake global?
- if options._ACTION == "global" then
+ if options._TASK == "global" then
-- merge xmake._OPTIONS to the global configure
for k, v in pairs(options) do