mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-02-21 07:12:05 +00:00
parent
5fb9d8a380
commit
9bfe4d0518
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user