diff --git a/create-openssl-framework.sh b/create-openssl-framework.sh index 09bff1c6..da1f2d99 100755 --- a/create-openssl-framework.sh +++ b/create-openssl-framework.sh @@ -13,7 +13,7 @@ if [ -d $FWNAME.framework ]; then fi if [ "$1" == "dynamic" ]; then - LIBTOOL_FLAGS="-dynamic -undefined dynamic_lookup" + LIBTOOL_FLAGS="-dynamic -undefined dynamic_lookup -ios_version_min 8.0" else LIBTOOL_FLAGS="-static" fi