From 79809df6b509b09878e22b07a9a7c243596330cc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 6 Nov 2017 23:26:34 +0100 Subject: [PATCH] Add include dirs for PSP --- Makefile.psp1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.psp1 b/Makefile.psp1 index 2127d3e3bb..a99c89e754 100644 --- a/Makefile.psp1 +++ b/Makefile.psp1 @@ -19,7 +19,7 @@ ifeq ($(WHOLE_ARCHIVE_LINK), 1) WHOLE_END := -Wl,--no-whole-archive endif -INCDIR = deps/libz deps/7zip libretro-common/include +INCDIR = deps deps/stb deps/libz deps/7zip libretro-common/include CFLAGS = $(OPTIMIZE_LV) -G0 -std=gnu99 -ffast-math ASFLAGS = $(CFLAGS)