diff options
| author | ruki <[email protected]> | 2015-06-16 14:26:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-16 14:26:32 +0800 |
| commit | 608602d0de1056f856e0b6bfe33b3f5fbe641b63 (patch) | |
| tree | 845abda197164395b6ed071045d48a15c2b3e201 /xmake/scripts/action/_build.lua | |
| parent | b02e5fc9da96945b0be2452bdbbf5b9801e68b69 (diff) | |
compile for android and ios ok
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 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 |
