Latest ninja.

This commit is contained in:
Ben Vanik
2013-10-24 21:30:29 -07:00
parent 3b7fcced0e
commit 127a605403
2 changed files with 3 additions and 3 deletions

View File

@@ -277,8 +277,8 @@ class SetupCommand(Command):
print('- preparing ninja...')
# Windows needs --x64 to force building the 64-bit ninja.
extra_args = ''
if sys.platform == 'win32':
extra_args = '--x64'
#if sys.platform == 'win32':
# extra_args = '--x64'
shell_call('python third_party/ninja/bootstrap.py ' + extra_args)
print('')