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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue