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 0bcda85 commit 886f187Copy full SHA for 886f187
config.sh
@@ -26,9 +26,8 @@ function build_curl2 {
26
build_openssl
27
fi
28
flags="$flags --without-brotli --without--libnghttp2"
29
- echo "curl_configure_flags = $flags"
30
- build_libnghttp2
31
- build_brotli
+ #build_libnghttp2
+ #build_brotli
32
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
33
(cd curl-${CURL_VERSION} \
34
&& if [ -z "$IS_MACOS" ]; then \
0 commit comments