We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0021432 commit 50a32a7Copy full SHA for 50a32a7
config.sh
@@ -45,7 +45,7 @@ function build_curl {
45
if [ -e curl-stamp ]; then return; fi
46
local flags="--prefix=$BUILD_PREFIX --disable-ldap"
47
if [ -n "$IS_MACOS" ]; then
48
- flags="$flags --with-darwinssl"
+ flags="$flags --with-secure-transport"
49
else # manylinux
50
flags="$flags --with-openssl=${BUILD_PREFIX}"
51
# flags="$flags --with-openssl=${BUILD_PREFIX} --with-ca-bundle=${BUILD_PREFIX}/ssl/cacert.pem"
0 commit comments