Merge branch 'master' into vulkan
This commit is contained in:
commit
16755568a0
|
@ -362,8 +362,8 @@ def get_premake_target_os(target_os_override=None):
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Target --os to pass to premake. If a return value of this function valid
|
Target --os to pass to premake. If a return value of this function valid
|
||||||
for the current configuration is passed to it function again, the same
|
for the current configuration is passed to it again, the same value will
|
||||||
value will be returned.
|
be returned.
|
||||||
"""
|
"""
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
target_os = 'macosx'
|
target_os = 'macosx'
|
||||||
|
|
Loading…
Reference in New Issue