forked from mirrors/0ad
Target build version explicitly for Xcode
Xcode otherwise defaults to the latest Mac OS version. Reviewed By: Wraitii Differential Revision: https://code.wildfiregames.com/D1482 This was SVN commit r22295.
This commit is contained in:
@@ -125,7 +125,7 @@ if [ "`uname -s`" != "Darwin" ]; then
|
||||
else
|
||||
premake5/bin/release/premake5 --file="premake5.lua" --outpath="../workspaces/gcc/" --macosx-version-min="${MIN_OSX_VERSION}" ${premake_args} gmake || die "Premake failed"
|
||||
# Also generate xcode workspaces if on OS X
|
||||
premake5/bin/release/premake5 --file="premake5.lua" --outpath="../workspaces/xcode4" ${premake_args} xcode4 || die "Premake failed"
|
||||
premake5/bin/release/premake5 --file="premake5.lua" --outpath="../workspaces/xcode4" --macosx-version-min="${MIN_OSX_VERSION}" ${premake_args} xcode4 || die "Premake failed"
|
||||
fi
|
||||
|
||||
# test_root.cpp gets generated by cxxtestgen and passing different arguments to premake could require a regeneration of this file.
|
||||
|
||||
Reference in New Issue
Block a user