summaryrefslogtreecommitdiff
path: root/xmake/scripts/action
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/action')
-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