mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-01-22 00:32:03 +00:00
Merge pull request #110 from zeroimpl/bitcode-for-ios10
Enable bitcode for iOS 10 SDK and beyond
This commit is contained in:
commit
762bbc82d4
@ -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