Bitcode for Xcode 7.1

Fixes #65
This commit is contained in:
Felix Schulze 2015-10-25 22:21:39 +01:00
parent 5fb9d8a380
commit 9bfe4d0518
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ do
esac
fi
if [ "${SDKVERSION}" == "9.0" ]; then
if [[ $SDKVERSION == 9.* ]]; then
export CC="${BUILD_TOOLS}/usr/bin/gcc -arch ${ARCH} -fembed-bitcode"
else
export CC="${BUILD_TOOLS}/usr/bin/gcc -arch ${ARCH}"