From 66cab7b76ed07700c8af28e5a6880eed9e3f9bcd Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 2 Dec 2015 12:11:06 -0800 Subject: [PATCH] Update xcode premake --- xenia-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenia-build b/xenia-build index c45cd84ec..fc4a6107f 100755 --- a/xenia-build +++ b/xenia-build @@ -270,7 +270,7 @@ def run_platform_premake(): """Runs all gyp configurations. """ if sys.platform == 'darwin': - run_premake('macosx', 'xcode') + run_premake('macosx', 'xcode4') elif sys.platform == 'win32': run_premake('windows', 'vs2015') else: