mirror of
https://github.com/libretro/snes9x.git
synced 2025-02-23 18:50:29 +00:00
Put LDFLAGS back into the flags of the unix build.
This commit is contained in:
parent
f7c3117f5f
commit
b80938f546
2
unix/configure
vendored
2
unix/configure
vendored
@ -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'`"
|
||||
|
@ -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'`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user