We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44b50a commit 154f5d7Copy full SHA for 154f5d7
tests/run-make-fulldeps/tools.mk
@@ -112,9 +112,9 @@ endif
112
# Extra flags needed to compile a working executable with the standard library
113
ifdef IS_WINDOWS
114
ifdef IS_MSVC
115
- EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib bcrypt.lib
+ EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib bcrypt.lib ntdll.lib
116
else
117
- EXTRACFLAGS := -lws2_32 -luserenv -lbcrypt
+ EXTRACFLAGS := -lws2_32 -luserenv -lbcrypt -lntdll
118
EXTRACXXFLAGS := -lstdc++
119
# So this is a bit hacky: we can't use the DLL version of libstdc++ because
120
# it pulls in the DLL version of libgcc, which means that we end up with 2
0 commit comments