Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Apr 12, 2024
1 parent cf3e86b commit a96db9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/proj-compile-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function build_curl_ssl {
flags="$flags --with-darwinssl"
else # manylinux
suppress build_openssl
flags="$flags --with-ssl"
flags="$flags --with-ssl --without-libpsl"
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BUILD_PREFIX/lib
fi
fetch_unpack https://curl.se/download/curl-${CURL_VERSION}.tar.gz
Expand Down

0 comments on commit a96db9b

Please sign in to comment.