We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0621fa5 commit 35421c7Copy full SHA for 35421c7
tests/run-make/tools.mk
@@ -134,9 +134,9 @@ endif
134
# Extra flags needed to compile a working executable with the standard library
135
ifdef IS_WINDOWS
136
ifdef IS_MSVC
137
- EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib bcrypt.lib ntdll.lib
+ EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib bcrypt.lib ntdll.lib synchronization.lib
138
else
139
- EXTRACFLAGS := -lws2_32 -luserenv -lbcrypt -lntdll
+ EXTRACFLAGS := -lws2_32 -luserenv -lbcrypt -lntdll -lsynchronization
140
EXTRACXXFLAGS := -lstdc++
141
# So this is a bit hacky: we can't use the DLL version of libstdc++ because
142
# it pulls in the DLL version of libgcc, which means that we end up with 2
0 commit comments