From d098ef38fb87866a912974ba8ae97eef001ba346 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Sat, 27 May 2023 01:50:50 -0400 Subject: [PATCH] Fix tvos build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4cc208c..a273166 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,7 @@ else ifeq ($(platform), tvos-arm64) ifeq ($(IOSSDK),) IOSSDK := $(shell xcodebuild -version -sdk appletvos Path) endif + CC = clang -arch arm64 -isysroot $(IOSSDK) # Theos else ifeq ($(platform), theos_ios)