summaryrefslogtreecommitdiff
path: root/xmake/scripts/action/_build.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-09 09:34:34 +0800
committerruki <[email protected]>2015-06-09 09:34:34 +0800
commit387b3666c4d952e01b96bce7e9bc51ed86fe986f (patch)
tree22f84c87354ecf8bc5c9bb2be3d21a207dba1667 /xmake/scripts/action/_build.lua
parent723ec3e970e17f48a601fe2a919b9802b5e516fa (diff)
update the configure format
Diffstat (limited to 'xmake/scripts/action/_build.lua')
-rw-r--r--xmake/scripts/action/_build.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/_build.lua b/xmake/scripts/action/_build.lua
index cf5c1ea93..c644c223a 100644
--- a/xmake/scripts/action/_build.lua
+++ b/xmake/scripts/action/_build.lua
@@ -64,7 +64,7 @@ function _build.done()
config.set("__rebuild", nil)
-- save the configure
- if not config.savexconf() then
+ if not config.save() then
-- error
utils.error("update configure failed!")
end