mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-03 10:13:40 +00:00
Fix the tests build with mingw for the new Win32 APIs
Add missing library dependency of bcrypt to the tests Makefile Signed-off-by: Simon Butcher <simon.butcher@arm.com>
This commit is contained in:
parent
def90f4966
commit
bcb6cfb13d
@ -49,7 +49,7 @@ endif
|
|||||||
ifdef WINDOWS_BUILD
|
ifdef WINDOWS_BUILD
|
||||||
DLEXT=dll
|
DLEXT=dll
|
||||||
EXEXT=.exe
|
EXEXT=.exe
|
||||||
LOCAL_LDFLAGS += -lws2_32
|
LOCAL_LDFLAGS += -lws2_32 -lbcrypt
|
||||||
ifdef SHARED
|
ifdef SHARED
|
||||||
SHARED_SUFFIX=.$(DLEXT)
|
SHARED_SUFFIX=.$(DLEXT)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user