mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
Codechange: Don't explicitly link with -lstdc++, causes linking issues with freetype on MinGW
This commit is contained in:
parent
fe8c24e081
commit
6535abb88b
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user