Prepare Python scripts for building for Mac OSX.

This refs #4.
This commit is contained in:
Kazunari Sekigawa 2017-12-16 16:34:24 +09:00
parent fbcd9516a5
commit 6dfc5fe38a
1 changed files with 2 additions and 1 deletions

View File

@ -362,7 +362,8 @@ def Run():
#-----------------------------------------------------
# [2] Make the consolidated command line
#-----------------------------------------------------
command = "%s \\\n" % BuildBash
command = "time"
command += " \\\n %s" % BuildBash
command += parameters
command += " 2>&1 | tee %s" % MacBuildLog
if CheckComOnly: