Latest ninja.
This commit is contained in:
parent
3b7fcced0e
commit
127a605403
|
@ -1 +1 @@
|
|||
Subproject commit 99999adb50f0bd722cc06ce3d2ce3265359e947c
|
||||
Subproject commit a3c823c3da70bd46d69341f13184cdae4c77645d
|
|
@ -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('')
|
||||
|
||||
|
|
Loading…
Reference in New Issue