Hopefully fix building RetroArch version on PSP

This commit is contained in:
meepingsnesroms
2018-11-06 11:09:01 -08:00
parent 659f6acc4b
commit 57bd77a819

View File

@@ -227,7 +227,7 @@ else ifeq ($(platform), psp1)
TARGET := $(TARGET_NAME)_libretro_$(platform).$(EXT)
CC = psp-gcc$(EXE_EXT)
AR = psp-ar$(EXE_EXT)
CFLAGS += -DPSP -G0
CFLAGS += -std=c99 -DPSP -G0
STATIC_LINKING=1
STATIC_LINKING_LINK=1