Fix tvos build

This commit is contained in:
Eric Warmenhoven 2023-05-27 10:25:47 -04:00
parent 47a95e921e
commit 4da79ed703

View File

@ -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)
else ifeq ($(platform), theos_ios)
# Theos iOS