Fix build in 12 by respecting LDFLAGS
This commit is contained in:
parent
ee8715f210
commit
f96ccfd49b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489448
@ -14,7 +14,7 @@
|
||||
CFLAGS+= -static-libgcc
|
||||
else
|
||||
- LIBRARIES= -lGL -lGLU -lSDL -lopenal -lalut
|
||||
+ LIBRARIES= -lGL -lGLU `${SDL_CONFIG} --libs` -lopenal -lalut
|
||||
+ LIBRARIES= ${LDFLAGS} -lGL -lGLU `${SDL_CONFIG} --libs` -lopenal -lalut
|
||||
TARGET=dist/linwarrior
|
||||
MKDIR=mkdir
|
||||
RM=rm -f
|
||||
|
Loading…
Reference in New Issue
Block a user