Update xcode premake
This commit is contained in:
parent
481e53dcae
commit
66cab7b76e
|
@ -270,7 +270,7 @@ def run_platform_premake():
|
||||||
"""Runs all gyp configurations.
|
"""Runs all gyp configurations.
|
||||||
"""
|
"""
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
run_premake('macosx', 'xcode')
|
run_premake('macosx', 'xcode4')
|
||||||
elif sys.platform == 'win32':
|
elif sys.platform == 'win32':
|
||||||
run_premake('windows', 'vs2015')
|
run_premake('windows', 'vs2015')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue