We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed1238 commit acee39eCopy full SHA for acee39e
src/test/run-make-fulldeps/tools.mk
@@ -101,9 +101,9 @@ endif
101
# Extra flags needed to compile a working executable with the standard library
102
ifdef IS_WINDOWS
103
ifdef IS_MSVC
104
- EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib
+ EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib bcrypt.lib
105
else
106
- EXTRACFLAGS := -lws2_32 -luserenv
+ EXTRACFLAGS := -lws2_32 -luserenv -lbcrypt
107
EXTRACXXFLAGS := -lstdc++
108
# So this is a bit hacky: we can't use the DLL version of libstdc++ because
109
# it pulls in the DLL version of libgcc, which means that we end up with 2
0 commit comments