From fce7ae8b4d68eb55352fe7077989c46da38f69c2 Mon Sep 17 00:00:00 2001 From: Jamiras Date: Sun, 14 May 2023 18:11:50 -0600 Subject: [PATCH] attempt to fix PS4 build --- Makefile.orbis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.orbis b/Makefile.orbis index 55ce15cc39..9b4b0be273 100644 --- a/Makefile.orbis +++ b/Makefile.orbis @@ -122,7 +122,7 @@ INCDIRS += -I. -Idefines -Ideps -Ideps/7zip -Ideps/libz -Ilibretro-common/includ ARCHFLAGS += --target=x86_64-scei-ps4 -DORBIS -D__ORBIS__ -D__PS4__ -D_BSD_SOURCE DEFINES += -DRARCH_INTERNAL -DRARCH_CONSOLE -DHAVE_FILTERS_BUILTIN \ - -DHAVE_XMB -DHAVE_RGUI -DHAVE_OZONE \ + -DHAVE_XMB -DHAVE_RGUI -DHAVE_OZONE -DHAVE_CHEEVOS \ -DHAVE_ONLINE_UPDATER -DHAVE_UPDATE_CORES -DHAVE_UPDATE_CORE_INFO -DHAVE_UPDATE_ASSETS \ # Compiling with -Werror and disabling some warnings