Latest ninja.
This commit is contained in:
2
third_party/ninja
vendored
2
third_party/ninja
vendored
Submodule third_party/ninja updated: 99999adb50...a3c823c3da
@@ -277,8 +277,8 @@ class SetupCommand(Command):
|
|||||||
print('- preparing ninja...')
|
print('- preparing ninja...')
|
||||||
# Windows needs --x64 to force building the 64-bit ninja.
|
# Windows needs --x64 to force building the 64-bit ninja.
|
||||||
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/bootstrap.py ' + extra_args)
|
||||||
print('')
|
print('')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user