Disable buffering here.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3160 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2016-03-12 19:19:03 +00:00
parent 5f25458b64
commit ebe54b6117

View File

@ -5,6 +5,9 @@ import shutil
import subprocess
import sys
# Disable buffering.
sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0)
if len(sys.argv) == 1:
kWork = os.path.join('deps', sys.platform)
elif len(sys.argv) == 2: