0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 05:58:56 +02:00

Fix inconsistent use of $PLATFORM_LDFLAGS.

This commit is contained in:
Jason Volk 2019-05-26 23:32:55 -07:00
parent 5d6cd43518
commit e618f82dfc

View file

@ -46,6 +46,7 @@ AM_LDFLAGS = \
-Wl,-z -Wl,noexecstack \
-Wl,-z -Wl,combreloc \
-Wl,-z -Wl,text-unlikely-segment \
$(PLATFORM_LDFLAGS) \
@EXTRA_LDFLAGS@ \
###