Apparently, drunk.
This commit is contained in:
parent
51da704381
commit
95bfe40a00
|
@ -283,8 +283,7 @@ class SetupCommand(Command):
|
||||||
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 configure.py --bootstrap ' + extra_args)
|
||||||
extra_args)
|
|
||||||
os.chdir(cwd)
|
os.chdir(cwd)
|
||||||
print('')
|
print('')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue