build-pkg: flush stdout after echoing

This commit is contained in:
Boris Nagaev 2015-12-14 00:22:36 +03:00
parent de45bde5b9
commit 32fd160246
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ local TARGETS = {
local function echo(fmt, ...)
print(fmt:format(...))
io.stdout:flush()
end
local function log(fmt, ...)