From 165d9217e5463b085e4b561c5f424e4d0e2d6dc7 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Wed, 16 Oct 2024 23:48:52 -0400 Subject: [PATCH] tvos: properly set min supported version --- Makefile.libretro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.libretro b/Makefile.libretro index 135eccb7..65b1c259 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -238,6 +238,8 @@ endif DYNAREC = 0 HAVE_PHYSICAL_CDROM = 0 CC_AS = perl ./tools/gas-preprocessor.pl $(CC) + MINVERSION = -mappletvos-version-min=11.0 + CFLAGS += $(MINVERSION) # Nintendo Switch (libnx) else ifeq ($(platform), libnx) -- 2.39.5