mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-14 14:19:57 +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 <[email protected]>
This commit is contained in:
committed by
Minos Galanakis
parent
def90f4966
commit
bcb6cfb13d
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user