From b51d518b38c02b85e9500368fc28778a83bd91d3 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Fri, 19 Dec 2014 17:31:43 -0800 Subject: [PATCH] --- xenia-build.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xenia-build.py b/xenia-build.py index f8258c0fe..238118192 100755 --- a/xenia-build.py +++ b/xenia-build.py @@ -278,12 +278,14 @@ class SetupCommand(Command): if (not os.path.exists('third_party/ninja/ninja') and not os.path.exists('third_party/ninja/ninja.exe')): print('- preparing ninja...') + os.chdir('third_party/wxWidgets') # Windows needs --x64 to force building the 64-bit ninja. extra_args = '' #if sys.platform == 'win32': # extra_args = '--x64' shell_call('python third_party/ninja/configure.py --bootstrap ' + extra_args) + os.chdir(cwd) print('') # binutils (with vmx128).