mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-30 17:41:11 +03: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:
committed by
Minos Galanakis
parent
def90f4966
commit
bcb6cfb13d
@@ -49,7 +49,7 @@ endif
|
||||
ifdef WINDOWS_BUILD
|
||||
DLEXT=dll
|
||||
EXEXT=.exe
|
||||
LOCAL_LDFLAGS += -lws2_32
|
||||
LOCAL_LDFLAGS += -lws2_32 -lbcrypt
|
||||
ifdef SHARED
|
||||
SHARED_SUFFIX=.$(DLEXT)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user