mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Add back the GLAD_INCLUDE variable, lost in 4bd263c
.
This commit is contained in:
parent
b916d11662
commit
38e60005cb
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -238,6 +238,11 @@ endif
|
|||
|
||||
# ----------
|
||||
|
||||
# Extra includes for GLAD
|
||||
GLAD_INCLUDE = -Isrc/client/refresh/gl3/glad/include
|
||||
|
||||
# ----------
|
||||
|
||||
# Base LDFLAGS.
|
||||
ifeq ($(YQ2_OSTYPE),Linux)
|
||||
LDFLAGS := -L/usr/lib -lm -ldl -rdynamic
|
||||
|
|
Loading…
Reference in a new issue