Apparently, drunk.

This commit is contained in:
Ben Vanik 2014-12-19 17:36:31 -08:00
parent 51da704381
commit 95bfe40a00
1 changed files with 1 additions and 2 deletions

View File

@ -283,8 +283,7 @@ class SetupCommand(Command):
extra_args = ''
#if sys.platform == 'win32':
# extra_args = '--x64'
shell_call('python third_party/ninja/configure.py --bootstrap ' +
extra_args)
shell_call('python configure.py --bootstrap ' + extra_args)
os.chdir(cwd)
print('')