Skip to content

Commit 50a32a7

Browse files
author
Jeff Whitaker
committed
--with-darwinssl is now --with-secure-transport in curl build
1 parent 0021432 commit 50a32a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function build_curl {
4545
if [ -e curl-stamp ]; then return; fi
4646
local flags="--prefix=$BUILD_PREFIX --disable-ldap"
4747
if [ -n "$IS_MACOS" ]; then
48-
flags="$flags --with-darwinssl"
48+
flags="$flags --with-secure-transport"
4949
else # manylinux
5050
flags="$flags --with-openssl=${BUILD_PREFIX}"
5151
# flags="$flags --with-openssl=${BUILD_PREFIX} --with-ca-bundle=${BUILD_PREFIX}/ssl/cacert.pem"

0 commit comments

Comments
 (0)