Skip to content

Commit

Permalink
Temporarily disable zstd and nghttp2 for libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanreg committed Sep 10, 2023
1 parent 5285205 commit bf4362a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mingw-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ build_curl() {
cyan_do_vcs "https://github.com/curl/curl.git" &&
autoreconf -fi &&
sed -ri "s;(^SUBDIRS = lib) src (include) scripts;\1 \2;" Makefile.in &&
CPPFLAGS+=" -DNGHTTP2_STATICLIB" \
# CPPFLAGS+=" -DNGHTTP2_STATICLIB" \
cyan_do_separate_confmakeinstall --with-{winssl,winidn,nghttp2} \
--without-{ssl,gnutls,mbedtls,libssh2,random,ca-bundle,ca-path,librtmp,brotli,debug,libpsl}
--without-{ssl,gnutls,mbedtls,libssh2,random,ca-bundle,ca-path,librtmp,brotli,debug,libpsl,zstd,nghttp2}
}

build_neon() {
Expand Down

0 comments on commit bf4362a

Please sign in to comment.