mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-19 14:50:48 +00:00
don't overwrite ldflags/libs env vars
This commit is contained in:
parent
9f8bee4bf1
commit
7e0d6bdd87
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -11,8 +11,8 @@ MINGW = $(findstring MINGW32, $(UNAME))
|
|||
|
||||
CC ?= clang
|
||||
# linker flags and optional additional libraries if required
|
||||
LDFLAGS :=
|
||||
LIBS := -lm
|
||||
LDFLAGS +=
|
||||
LIBS += -lm
|
||||
|
||||
CFLAGS += -Wall -Wextra -Werror -I. -fno-strict-aliasing $(OPTIONAL)
|
||||
ifneq ($(shell git describe --always 2>/dev/null),)
|
||||
|
|
Loading…
Reference in a new issue