Update create-openssl-framework.sh

Add `ios_version_min` - but doesn't work at the moment (see http://www.openradar.me/22104678)
Related #72
This commit is contained in:
Felix Schulze 2015-11-25 13:48:56 +01:00
parent cd18638f51
commit 7346a5f9da
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if [ -d $FWNAME.framework ]; then
fi fi
if [ "$1" == "dynamic" ]; then if [ "$1" == "dynamic" ]; then
LIBTOOL_FLAGS="-dynamic -undefined dynamic_lookup" LIBTOOL_FLAGS="-dynamic -undefined dynamic_lookup -ios_version_min 8.0"
else else
LIBTOOL_FLAGS="-static" LIBTOOL_FLAGS="-static"
fi fi