From b2aaf297d088bdc3044bd86598309968cc65746f Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sun, 12 Nov 2023 21:30:37 +0100 Subject: [PATCH] fixed makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20b9d1277..122911951 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ endif # SDL2 targets # # Raspberry Pi 1/2/3/4/5 (SDL2) -else ifeq ($(PLATFORM),$(filter $(PLATFORM),rpi1-sdl2 rpi2-sdl2 rpi3-sdl2 rpi4-sdl2 rpi5-sdl2)) +ifeq ($(PLATFORM),$(filter $(PLATFORM),rpi1-sdl2 rpi2-sdl2 rpi3-sdl2 rpi4-sdl2 rpi5-sdl2)) CPPFLAGS += $(CPPFLAGS32) ifeq ($(PLATFORM),$(filter $(PLATFORM), rpi2-sdl2 rpi3-sdl2 rpi4-sdl2 rpi5-sdl2)) CPPFLAGS += $(NEON_FLAGS)