mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-02-01 21:52:09 +00:00
Enable bitcode for iOS 10 SDK and beyond
This commit is contained in:
parent
07d20320c6
commit
db5a35acae
@ -135,7 +135,7 @@ do
|
||||
esac
|
||||
fi
|
||||
|
||||
if [[ $SDKVERSION == 9.* ]]; then
|
||||
if [[ $SDKVERSION == 9.* || $SDKVERSION == [0-9][0-9].* ]]; then
|
||||
export CC="${BUILD_TOOLS}/usr/bin/gcc -arch ${ARCH} -fembed-bitcode"
|
||||
else
|
||||
export CC="${BUILD_TOOLS}/usr/bin/gcc -arch ${ARCH}"
|
||||
|
Loading…
Reference in New Issue
Block a user