From 359d2b0fe4d25d0fea9a3d76c90d3c2123ab0b17 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Sun, 6 Oct 2024 10:03:49 -0400 Subject: [PATCH] Fix iOS build --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index 1fbd86e..f3c6111 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -241,6 +241,7 @@ endif ifeq ($(platform),$(filter $(platform),ios9 ios-arm64)) MINVERSION = -miphoneos-version-min=8.0 + CFLAGS += -Wno-incompatible-function-pointer-types else MINVERSION = -miphoneos-version-min=5.0 endif