aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorneonloop2021-08-22 17:36:49 +0000
committerneonloop2021-08-22 17:36:49 +0000
commitccb2de3943aca912a22b297562a9042dbff02609 (patch)
tree13d0042d44b29b7c5facaaefc0fcd6be2116c115 /Makefile
parentf0ecf48685329ad2d90c2bed1472f93a6c11f00e (diff)
downloadpicoarch-ccb2de3943aca912a22b297562a9042dbff02609.tar.gz
picoarch-ccb2de3943aca912a22b297562a9042dbff02609.tar.bz2
picoarch-ccb2de3943aca912a22b297562a9042dbff02609.zip
Uses libretro-common as a submodule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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