[PSP] Fix build
This commit is contained in:
parent
73e81dba96
commit
4fe6f032ec
|
@ -21,7 +21,7 @@ ifeq ($(WHOLE_ARCHIVE_LINK), 1)
|
||||||
WHOLE_END := -Wl,--no-whole-archive
|
WHOLE_END := -Wl,--no-whole-archive
|
||||||
endif
|
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
|
CFLAGS = $(OPTIMIZE_LV) -G0 -std=gnu99 -ffast-math
|
||||||
ASFLAGS = $(CFLAGS)
|
ASFLAGS = $(CFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue