skullernet / openffa

Free-for-all deathmatch mod for Quake 2
GNU General Public License v2.0
22 stars 11 forks source link

Add shared flag #4

Closed ciscon closed 3 years ago

skullernet commented 3 years ago

-shared needs to be passed in LDFLAGS (it does by default).

ciscon commented 3 years ago

i didn't know if you had good reason to not accept environment cflags/ldflags, in my case i already have these set so -shared won't be added, just flipping those to += would also address the issue.

skullernet commented 3 years ago

Changed so that default CFLAGS/LDFLAGS are appended to values from environment.