diff --git a/Makefile b/Makefile index 063e5f4..c52b50b 100644 --- a/Makefile +++ b/Makefile @@ -155,6 +155,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) # iOS Theos else ifeq ($(platform), theos_ios)