diff --git a/Makefile.libretro b/Makefile.libretro index 036c41f..0cd567c 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -134,6 +134,8 @@ else ifeq ($(platform), tvos-arm64) ifeq ($(IOSSDK),) IOSSDK := $(shell xcodebuild -version -sdk appletvos Path) endif + CC = clang -arch arm64 -isysroot $(IOSSDK) + CXX = clang++ -arch arm64 -isysroot $(IOSSDK) # Theos iOS else ifeq ($(platform), theos_ios)