From 95bfe40a00222fa3bb59766755fc7f7e320b06bd Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Fri, 19 Dec 2014 17:36:31 -0800 Subject: [PATCH] Apparently, drunk. --- xenia-build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xenia-build.py b/xenia-build.py index a9393c990..7b7944436 100755 --- a/xenia-build.py +++ b/xenia-build.py @@ -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('')