diff --git a/build-libssl.sh b/build-libssl.sh index 8030f9c..5eb83a7 100755 --- a/build-libssl.sh +++ b/build-libssl.sh @@ -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}"