We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa51f04 commit 246c606Copy full SHA for 246c606
src/test/run-make-fulldeps/tools.mk
@@ -80,6 +80,7 @@ ifdef IS_MSVC
80
EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib
81
else
82
EXTRACFLAGS := -lws2_32 -luserenv
83
+ EXTRACXXFLAGS := -lstdc++
84
endif
85
86
ifeq ($(UNAME),Darwin)
0 commit comments