mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-16 13:20:51 +00:00
Fix for building programs with mingw
mingw build files were missing the dependency on the bcrypt library Signed-off-by: Simon Butcher <simon.butcher@arm.com>
This commit is contained in:
parent
33425de128
commit
1c0c5d2a62
@ -45,7 +45,7 @@ endif
|
||||
ifdef WINDOWS_BUILD
|
||||
DLEXT=dll
|
||||
EXEXT=.exe
|
||||
LOCAL_LDFLAGS += -lws2_32
|
||||
LOCAL_LDFLAGS += -lws2_32 -lbcrypt
|
||||
ifdef SHARED
|
||||
SHARED_SUFFIX=.$(DLEXT)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user