Update xcode premake

This commit is contained in:
Ben Vanik 2015-12-02 12:11:06 -08:00
parent 481e53dcae
commit 66cab7b76e
1 changed files with 1 additions and 1 deletions

View File

@ -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: