diff options
Diffstat (limited to 'xmake/scripts/action')
| -rw-r--r-- | xmake/scripts/action/_build.lua | 2 | ||||
| -rw-r--r-- | xmake/scripts/action/_config.lua | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/xmake/scripts/action/_build.lua b/xmake/scripts/action/_build.lua index bb4cdf1de..9e031f380 100644 --- a/xmake/scripts/action/_build.lua +++ b/xmake/scripts/action/_build.lua @@ -71,7 +71,7 @@ function _build.done() if not makefile.build(target_name) then -- error print("") - io.cat(rule.logfile()) + io.cat(rule.logfile(), 16) utils.error("build target: %s failed!\n", target_name) return false end diff --git a/xmake/scripts/action/_config.lua b/xmake/scripts/action/_config.lua index 851f866a0..449d2bc03 100644 --- a/xmake/scripts/action/_config.lua +++ b/xmake/scripts/action/_config.lua @@ -42,6 +42,9 @@ function _config.done() return false end + -- trace + print("configure ...") + -- save the configure if not config.save() then -- error |
