Fixing ninja bootstrap.

This commit is contained in:
Ben Vanik 2014-12-19 17:27:55 -08:00
parent 71fab4bbb7
commit 12e06bd751
1 changed files with 2 additions and 1 deletions

View File

@ -282,7 +282,8 @@ class SetupCommand(Command):
extra_args = '' extra_args = ''
#if sys.platform == 'win32': #if sys.platform == 'win32':
# extra_args = '--x64' # extra_args = '--x64'
shell_call('python third_party/ninja/bootstrap.py ' + extra_args) shell_call('python third_party/ninja/configure.py --bootstrap ' +
extra_args)
print('') print('')
# binutils (with vmx128). # binutils (with vmx128).