From 4fe6f032ecb9286eb381c2279cee59d1d5a1086a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Jos=C3=A9=20Garc=C3=ADa=20Garc=C3=ADa?= Date: Wed, 27 Dec 2017 17:15:26 +0100 Subject: [PATCH] [PSP] Fix build --- Makefile.psp1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.psp1 b/Makefile.psp1 index fe08ce6080..81909ebde2 100644 --- a/Makefile.psp1 +++ b/Makefile.psp1 @@ -21,7 +21,7 @@ ifeq ($(WHOLE_ARCHIVE_LINK), 1) WHOLE_END := -Wl,--no-whole-archive endif -INCDIR = deps deps/stb deps/libz deps/7zip libretro-common/include +INCDIR = deps deps/stb deps/libz deps/7zip deps/pthreads deps/pthreads/platform/psp deps/pthreads/platform/helper libretro-common/include CFLAGS = $(OPTIMIZE_LV) -G0 -std=gnu99 -ffast-math ASFLAGS = $(CFLAGS)