...Actually make the RASPBERRY_PI option do something
This commit is contained in:
parent
9f60b08807
commit
9c46957227
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -32,6 +32,10 @@ ifeq ($(WINDOWS), 1)
|
|||
LIBS += -lkernel32
|
||||
endif
|
||||
|
||||
ifeq ($(RASPBERRY_PI), 1)
|
||||
CXXFLAGS += -DRASPBERRY_PI
|
||||
endif
|
||||
|
||||
CXXFLAGS += -std=c++98 `pkg-config sdl2 --cflags` `pkg-config freetype2 --cflags` -MMD -MP -MF $@.d
|
||||
|
||||
ifeq ($(STATIC), 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue