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
|
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
|
||||||
|
|
Loading…
Reference in New Issue