Skip to content

Commit

Permalink
Update create-openssl-framework.sh
Browse files Browse the repository at this point in the history
Add `ios_version_min` - but doesn't work at the moment (see http://www.openradar.me/22104678)
Related #72
  • Loading branch information
x2on committed Nov 25, 2015
1 parent cd18638 commit 7346a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-openssl-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7346a5f

Please sign in to comment.