diff options
-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 a8abe39d95..f5dfa0138c 100644 --- a/tools/depends/target/curl/Makefile +++ b/tools/depends/target/curl/Makefile @@ -28,7 +28,8 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --without-nghttp3 \ --without-quiche \ --without-gnutls \ - --without-nss + --without-nss \ + --without-mbedtls LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |