diff --git a/Makefile.libretro b/Makefile.libretro index 3709232..1842538 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -207,6 +207,9 @@ else ifeq ($(platform), tvos-arm64) CC = clang -arch arm64 -isysroot $(IOSSDK) CXX = clang++ -arch arm64 -isysroot $(IOSSDK) HAVE_NETWORK=1 + CC += -mappletvos-version-min=11.0 + CXX += -mappletvos-version-min=11.0 + PLATFORM_DEFINES := -mappletvos-version-min=11.0 # Theos else ifeq ($(platform), theos_ios)