mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Add -lstdc++ for run-make-fulldeps tests on MinGW
This commit is contained in:
parent
aa51f04073
commit
246c606e75
@ -80,6 +80,7 @@ ifdef IS_MSVC
|
||||
EXTRACFLAGS := ws2_32.lib userenv.lib advapi32.lib
|
||||
else
|
||||
EXTRACFLAGS := -lws2_32 -luserenv
|
||||
EXTRACXXFLAGS := -lstdc++
|
||||
endif
|
||||
else
|
||||
ifeq ($(UNAME),Darwin)
|
||||
|
Loading…
Reference in New Issue
Block a user