Skip to content

Commit

Permalink
make: unbreak ios
Browse files Browse the repository at this point in the history
missed 'HAVE_PHYSICAL_CDROM = 0'
  • Loading branch information
notaz committed Mar 21, 2024
1 parent 639a350 commit ae9f50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae9f50a

Please sign in to comment.