make: unbreak ios
authornotaz <notasas@gmail.com>
Thu, 21 Mar 2024 00:02:48 +0000 (02:02 +0200)
committernotaz <notasas@gmail.com>
Thu, 21 Mar 2024 00:02:48 +0000 (02:02 +0200)
missed 'HAVE_PHYSICAL_CDROM = 0'

Makefile.libretro

index a215cb5..2df324d 100644 (file)
@@ -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