mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +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!"
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user