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

2
third_party/ninja vendored

@ -1 +1 @@
Subproject commit 99999adb50f0bd722cc06ce3d2ce3265359e947c
Subproject commit a3c823c3da70bd46d69341f13184cdae4c77645d

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('')