From: notaz Date: Thu, 21 Mar 2024 00:02:48 +0000 (+0200) Subject: make: unbreak ios X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9f50a70e13cd33f4454c2a83471071f31f8e40;p=pcsx_rearmed.git make: unbreak ios missed 'HAVE_PHYSICAL_CDROM = 0' --- 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