summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-04-21 22:21:00 +0800
committerruki <[email protected]>2018-04-21 22:21:00 +0800
commit40880ecda5cc964fdfd97539c4272eb447dcd0c2 (patch)
tree121492b8e5604e1534c38e87c6a699f7e0e70f1f
parenta30110d5249579c14b0850e1681e54e21831a5c6 (diff)
fix build block
-rw-r--r--xmake/actions/build/statistics.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/actions/build/statistics.lua b/xmake/actions/build/statistics.lua
index 714073db3..9acd65661 100644
--- a/xmake/actions/build/statistics.lua
+++ b/xmake/actions/build/statistics.lua
@@ -89,7 +89,6 @@ function post()
function ()
local proc = process.openv("xmake", argv, path.join(os.tmpdir(), projectname .. ".stats.log"))
if proc ~= nil then
- process.wait(proc, -1)
process.close(proc)
end
end