fixed cURL SSL for Darwin

This commit is contained in:
Shoghi Cervantes 2014-02-17 02:13:35 +01:00
parent 98c50f9a9c
commit 5f3772d14a

View File

@ -253,6 +253,9 @@ if [ "$2" == "openssl" ]; then
echo " done!"
else
WITH_OPENSSL="--with-ssl"
if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ]; then
WITH_OPENSSL="--with-darwinssl"
fi
fi
if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ] && [ "$2" != "curl" ]; then