diff --git a/Makefile b/Makefile index 1f746fdf..3e45de52 100644 --- a/Makefile +++ b/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)