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 530a29fc64..eaafb3ad05 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -19,7 +19,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-brotli \ --without-gssapi \ --without-gsasl \ - --without-hyper + --without-hyper \ + --without-ngtcp2 LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |