From ccb2de3943aca912a22b297562a9042dbff02609 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 22 Aug 2021 17:36:49 +0000 Subject: Uses libretro-common as a submodule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9d360c7..c4cbed4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ BIN = picoarch CFLAGS += -Wall CFLAGS += -fdata-sections -ffunction-sections -DPICO_HOME_DIR='"/.picoarch/"' -flto -CFLAGS += -I./ $(shell $(SYSROOT)/usr/bin/sdl-config --cflags) +CFLAGS += -I./ -I./libretro-common/include/ $(shell $(SYSROOT)/usr/bin/sdl-config --cflags) LDFLAGS = -lc -ldl -lgcc -lm -lSDL -lasound -lpng -lz -Wl,--gc-sections -flto -- cgit v1.2.3