diff options
Diffstat (limited to 'tools/depends/target/curl')
-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 201e380989..f853758ba8 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -25,7 +25,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-quiche \ --without-msh3 \ --without-gnutls \ - --without-nss + --without-nss \ + --without-mbedtls LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) |