mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-03 00:29:54 +00:00
fixed cURL SSL for Darwin
This commit is contained in:
parent
98c50f9a9c
commit
5f3772d14a
@ -253,6 +253,9 @@ if [ "$2" == "openssl" ]; then
|
|||||||
echo " done!"
|
echo " done!"
|
||||||
else
|
else
|
||||||
WITH_OPENSSL="--with-ssl"
|
WITH_OPENSSL="--with-ssl"
|
||||||
|
if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ]; then
|
||||||
|
WITH_OPENSSL="--with-darwinssl"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ] && [ "$2" != "curl" ]; then
|
if [ "$(uname -s)" == "Darwin" ] && [ "$1" != "crosscompile" ] && [ "$2" != "curl" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user