forked from mirror/OpenTTD
Codechange: Don't explicitly link with -lstdc++, causes linking issues with freetype on MinGW
This commit is contained in:
@@ -1509,7 +1509,7 @@ make_cflags_and_ldflags() {
|
|||||||
CXXFLAGS_ENV="$CXXFLAGS"
|
CXXFLAGS_ENV="$CXXFLAGS"
|
||||||
CXXFLAGS=""
|
CXXFLAGS=""
|
||||||
# Libs to compile. In fact this is just LDFLAGS
|
# Libs to compile. In fact this is just LDFLAGS
|
||||||
LIBS="-lstdc++"
|
LIBS=""
|
||||||
# LDFLAGS used for HOST
|
# LDFLAGS used for HOST
|
||||||
LDFLAGS_ENV="$LDFLAGS"
|
LDFLAGS_ENV="$LDFLAGS"
|
||||||
LDFLAGS=""
|
LDFLAGS=""
|
||||||
|
Reference in New Issue
Block a user