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:
parent
cd18638f51
commit
7346a5f9da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue