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 ee6513b commit 8e93c4cCopy full SHA for 8e93c4c
config.sh
@@ -24,6 +24,7 @@ function build_libs {
24
#else
25
# touch curl-stamp
26
#fi
27
+ build_curl
28
if [ -z "$IS_OSX" ] && [ $MB_ML_VER -eq 1 ]; then
29
export CFLAGS="-std=gnu99 -Wl,-strip-all"
30
fi
@@ -41,8 +42,8 @@ function build_curl {
41
42
43
flags="$flags --with-ssl --without-brotli --without--libnghttp2"
44
build_openssl
- build_libnghttp2
45
- build_brotli
+ #build_libnghttp2
46
+ #build_brotli
47
fetch_unpack https://curl.haxx.se/download/curl-${CURL_VERSION}.tar.gz
48
(cd curl-${CURL_VERSION} \
49
&& if [ -z "$IS_MACOS" ]; then \
0 commit comments