Put LDFLAGS back into the flags of the unix build.

This commit is contained in:
Brandon Wright 2018-04-22 16:51:14 -05:00
parent f7c3117f5f
commit b80938f546
2 changed files with 2 additions and 2 deletions

2
unix/configure vendored
View File

@ -6310,7 +6310,7 @@ S9XDEFS="$S9XDEFS -DGFX_MULTI_FORMAT"
# Output.
S9XFLGS="$CXXFLAGS $CPPFLAGS $S9XFLGS"
S9XFLGS="$CXXFLAGS $CPPFLAGS $LDFLAGS $S9XFLGS"
S9XLIBS="$LIBS $S9XLIBS"
S9XFLGS="`echo \"$S9XFLGS\" | sed -e 's/ */ /g'`"

View File

@ -450,7 +450,7 @@ S9XDEFS="$S9XDEFS -DGFX_MULTI_FORMAT"
# Output.
S9XFLGS="$CXXFLAGS $CPPFLAGS $S9XFLGS"
S9XFLGS="$CXXFLAGS $CPPFLAGS $LDFLAGS $S9XFLGS"
S9XLIBS="$LIBS $S9XLIBS"
S9XFLGS="`echo \"$S9XFLGS\" | sed -e 's/ */ /g'`"