...Actually make the RASPBERRY_PI option do something

This commit is contained in:
Clownacy 2019-03-18 21:13:17 +00:00
parent 9f60b08807
commit 9c46957227

View file

@ -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)