Changeset - r23167:60b37e0d998f
[Not reviewed]
master
0 1 0
Charles Pigott - 6 years ago 2019-01-16 19:28:52
charlespigott@googlemail.com
Codechange: Don't explicitly link with -lstdc++, causes linking issues with freetype on MinGW
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1509,7 +1509,7 @@ make_cflags_and_ldflags() {
 
	CXXFLAGS_ENV="$CXXFLAGS"
 
	CXXFLAGS=""
 
	# Libs to compile. In fact this is just LDFLAGS
 
	LIBS="-lstdc++"
 
	LIBS=""
 
	# LDFLAGS used for HOST
 
	LDFLAGS_ENV="$LDFLAGS"
 
	LDFLAGS=""
0 comments (0 inline, 0 general)