1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 00:38:44 +00:00

[ORBIS] Use orbis as suffix for core

This commit is contained in:
Francisco Javier Trujillo Mata 2021-10-13 00:32:10 +02:00
parent 91758569b2
commit 0c3506fbdc

View File

@ -158,7 +158,7 @@ PS4_LIBS += -luser_mem_sys -lkernel_stub -lSceLibcInternal_stub -lSceSysmodule
ifeq ($(HAVE_STATIC_DUMMY),1)
LIBS := $(PS4_LIBS)
else
LIBS := $(WHOLE_START) -lretro_ps4 $(WHOLE_END) $(PS4_LIBS)
LIBS := $(WHOLE_START) -lretro_orbis $(WHOLE_END) $(PS4_LIBS)
endif