Skip to content

Commit 7e7806b

Browse files
committed
Add -lstdc++ for run-make-fulldeps tests on MinGW
1 parent 03a50ae commit 7e7806b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-make-fulldeps/tools.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ ifdef IS_MSVC
8080
EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib
8181
else
8282
EXTRACFLAGS := -lws2_32 -luserenv
83+
EXTRACXXFLAGS := -lstdc++
8384
endif
8485
else
8586
ifeq ($(UNAME),Darwin)

0 commit comments

Comments
 (0)