diff options
| author | ruki <[email protected]> | 2015-06-09 09:34:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-09 09:34:34 +0800 |
| commit | 387b3666c4d952e01b96bce7e9bc51ed86fe986f (patch) | |
| tree | 22f84c87354ecf8bc5c9bb2be3d21a207dba1667 /xmake/scripts/action/_build.lua | |
| parent | 723ec3e970e17f48a601fe2a919b9802b5e516fa (diff) | |
update the configure format
Diffstat (limited to 'xmake/scripts/action/_build.lua')
| -rw-r--r-- | xmake/scripts/action/_build.lua | 2 |
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 |
