Skip to content

Commit

Permalink
Include missing header in the PSP1 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Oct 15, 2019
1 parent 739bc22 commit 38dae75
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 38dae75

Please sign in to comment.