<look of disapproval>
This commit is contained in:
parent
109209178d
commit
b51d518b38
|
@ -278,12 +278,14 @@ class SetupCommand(Command):
|
||||||
if (not os.path.exists('third_party/ninja/ninja') and
|
if (not os.path.exists('third_party/ninja/ninja') and
|
||||||
not os.path.exists('third_party/ninja/ninja.exe')):
|
not os.path.exists('third_party/ninja/ninja.exe')):
|
||||||
print('- preparing ninja...')
|
print('- preparing ninja...')
|
||||||
|
os.chdir('third_party/wxWidgets')
|
||||||
# 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/configure.py --bootstrap ' +
|
shell_call('python third_party/ninja/configure.py --bootstrap ' +
|
||||||
extra_args)
|
extra_args)
|
||||||
|
os.chdir(cwd)
|
||||||
print('')
|
print('')
|
||||||
|
|
||||||
# binutils (with vmx128).
|
# binutils (with vmx128).
|
||||||
|
|
Loading…
Reference in New Issue