diff options
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 |
