summaryrefslogtreecommitdiff
path: root/xmake/scripts/action/_build.lua
diff options
context:
space:
mode:
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 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