Skip to content

Commit

Permalink
Add freetype2 include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Feb 20, 2023
1 parent 7b413b6 commit 25c0270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.psl1ght
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ APPID = SSNE10001
TITLE = Retroarch PSL1GHT
PACKAGE_BASENAME := retroarch_psl1ght

ELF_TARGET := retroarch_psl1ght.elf
ELF_TARGET := retroarch_psl1ght.elf
SELF_TARGET := $(ELF_TARGET:.elf=.self)
CORE_PATH = pkg/psl1ght/pkg/USRDIR/cores/CORE.SELF
CORE_PATH = pkg/psl1ght/pkg/USRDIR/cores/CORE.SELF

INCLUDE += -I. -Ips3/gcmgl/include/export -Ips3/include -Ideps -Ideps/stb -Ilibretro-common/include/compat/zlib -Ilibretro-common/include $(LIBPSL1GHT_INC) -Iinclude -Idefines -I$(PORTLIBS)/include
INCLUDE += -I. -Ips3/gcmgl/include/export -Ips3/include -Ideps -Ideps/stb -Ilibretro-common/include/compat/zlib -Ilibretro-common/include $(LIBPSL1GHT_INC) -Iinclude -Idefines -I$(PORTLIBS)/include -I$(PORTLIBS)/include/freetype2
LIBDIRS += -L. -L$(PORTLIBS)/lib

MACHDEP := -D__PSL1GHT__ -D__PS3__ -mcpu=cell
Expand Down

0 comments on commit 25c0270

Please sign in to comment.