Skip to content

Commit

Permalink
Merge pull request libretro#121 from fjtrujy/pspSupport
Browse files Browse the repository at this point in the history
PSP1 Fix compilation issue
  • Loading branch information
inactive123 authored Oct 15, 2019
2 parents 739bc22 + 38dae75 commit ae95543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ else ifeq ($(platform), psp1)
TARGET := $(TARGET_NAME)_libretro_$(platform).$(EXT)
CC = psp-gcc$(EXE_EXT)
AR = psp-ar$(EXE_EXT)
CFLAGS += -DHAVE_STRLWR -DPSP -G0
CFLAGS += -DHAVE_STRLWR -DPSP -G0 -I$(shell psp-config --pspsdk-path)/include
STATIC_LINKING = 1

# Vita
Expand Down

0 comments on commit ae95543

Please sign in to comment.