From ae9f50a70e13cd33f4454c2a83471071f31f8e40 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 21 Mar 2024 02:02:48 +0200 Subject: [PATCH] make: unbreak ios missed 'HAVE_PHYSICAL_CDROM = 0' --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index a215cb56..2df324d4 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -204,6 +204,7 @@ else CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon ASFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon endif + HAVE_PHYSICAL_CDROM = 0 CC_AS = perl ./tools/gas-preprocessor.pl $(CC) ifeq ($(platform),$(filter $(platform),ios9 ios-arm64)) MINVERSION = -miphoneos-version-min=8.0 -- 2.39.2