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 6ecd2deb9c..63e543dda5 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -23,7 +23,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --with-nghttp2=$(PREFIX) \ --without-zstd \ --without-brotli \ - --without-gssapi + --without-gssapi \ + --without-ngtcp2 LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |