[Fix] Added -DGL_GLEXT_PROTOTYPES to remove some implicit declaration
warnings that some systems will issue.
This commit is contained in:
parent
22e5393f0c
commit
8e976d5bf9
@ -25,7 +25,7 @@ OBJS := $(patsubst %.c, %.o, $(wildcard ../src/*.c))
|
||||
|
||||
# CFLAGS
|
||||
CLUA := -I../lib/lua
|
||||
CSDL := $(shell sdl-config --cflags)
|
||||
CSDL := $(shell sdl-config --cflags) -DGL_GLEXT_PROTOTYPES
|
||||
CXML := $(shell xml2-config --cflags)
|
||||
CTTF := $(shell freetype-config --cflags)
|
||||
CPNG := #$(shell libpng-config libpng --cflags)
|
||||
|
Loading…
Reference in New Issue
Block a user