diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index 63e543dda5..a1b94c94d5 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -24,7 +24,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-zstd \ --without-brotli \ --without-gssapi \ - --without-ngtcp2 + --without-ngtcp2 \ + --without-nghttp3 LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |