Merge pull request #1055 from LuaAndC/build-pkg-flush-log

build-pkg: flush stdout after echoing
This commit is contained in:
Tony Theodore 2015-12-14 18:32:40 +11:00
commit fd5eb860a1
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, ...)