diff --git a/platform/libretro/Makefile b/platform/libretro/Makefile index af5e61b..98d2a72 100644 --- a/platform/libretro/Makefile +++ b/platform/libretro/Makefile @@ -117,6 +117,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 else ifeq ($(platform), theos_ios)