Skip to content

Commit 77f3c0f

Browse files
committed
Ensure we still build mbedtls from source
1 parent b239b63 commit 77f3c0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ endif
139139
DEP_LIBS += libgit2
140140
endif # USE_SYSTEM_LIBGIT2
141141

142+
ifeq ($(USE_SYSTEM_MBEDTLS), 0)
143+
DEP_LIBS += mbedtls
144+
endif
145+
142146
ifeq ($(USE_SYSTEM_MPFR), 0)
143147
DEP_LIBS += mpfr
144148
endif

0 commit comments

Comments
 (0)