summaryrefslogtreecommitdiff
path: root/xmake/scripts/action/_global.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-09 14:46:10 +0800
committerruki <[email protected]>2015-06-09 14:47:06 +0800
commitf6fec59106383347489ed77bb1896a9ccf5bbb2d (patch)
treed9465b98ec45ad0e08cc16b7864ea75e8d682214 /xmake/scripts/action/_global.lua
parent2664a11c5ae2444241aa72346e7574279ac6b0bd (diff)
remove preprocessor
Diffstat (limited to 'xmake/scripts/action/_global.lua')
-rw-r--r--xmake/scripts/action/_global.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/_global.lua b/xmake/scripts/action/_global.lua
index fc4113aff..5cfaf1bbd 100644
--- a/xmake/scripts/action/_global.lua
+++ b/xmake/scripts/action/_global.lua
@@ -34,7 +34,7 @@ function _global.done()
global.dump()
-- save the global configure
- if not global.savexconf() then
+ if not global.save() then
-- error
utils.error("save configure failed!")
return false