commit | bcb6cfb13d423a208f9a9358863ca227c35be67f | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Wed Mar 14 17:45:45 2018 +0000 |
committer | Minos Galanakis <minos.galanakis@arm.com> | Mon Sep 25 14:12:20 2023 +0100 |
tree | 260876f1603f0f6b6d37ce3e4724c9ae1bb5e857 | |
parent | def90f49665f3fd9105adc7fc259c32ac6746c66 [diff] |
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>
diff --git a/tests/Makefile b/tests/Makefile index 60ab27e..2249a55 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -49,7 +49,7 @@ ifdef WINDOWS_BUILD DLEXT=dll EXEXT=.exe -LOCAL_LDFLAGS += -lws2_32 +LOCAL_LDFLAGS += -lws2_32 -lbcrypt ifdef SHARED SHARED_SUFFIX=.$(DLEXT) endif