From 12e06bd751a61151325bca043757cd91534faa98 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Fri, 19 Dec 2014 17:27:55 -0800 Subject: [PATCH] Fixing ninja bootstrap. --- xenia-build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xenia-build.py b/xenia-build.py index 75931dccb..f8258c0fe 100755 --- a/xenia-build.py +++ b/xenia-build.py @@ -282,7 +282,8 @@ class SetupCommand(Command): extra_args = '' #if sys.platform == 'win32': # extra_args = '--x64' - shell_call('python third_party/ninja/bootstrap.py ' + extra_args) + shell_call('python third_party/ninja/configure.py --bootstrap ' + + extra_args) print('') # binutils (with vmx128).