mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
Update xcode premake
This commit is contained in:
parent
481e53dcae
commit
66cab7b76e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue