From 608602d0de1056f856e0b6bfe33b3f5fbe641b63 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 16 Jun 2015 14:26:32 +0800 Subject: compile for android and ios ok --- xmake/scripts/action/_build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/action/_build.lua') 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 -- cgit v1.3.1