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