From 55d24b6816c6ba7814888cfb3f468e643083a5c5 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Tue, 1 Oct 2024 11:49:12 -0400 Subject: [PATCH] Fix tvOS build --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index 26ddba5..1fbd86e 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -258,6 +258,7 @@ else ifeq ($(platform), tvos-arm64) CC = cc -arch arm64 -isysroot $(IOSSDK) CC_AS = perl ./tools/gas-preprocessor.pl $(CC) CXX = c++ -arch arm64 -isysroot $(IOSSDK) + CFLAGS += -Wno-incompatible-function-pointer-types # Theos else ifeq ($(platform), theos_ios)