Merge pull request #184 from warmenhoven/dev/warmenhoven/tvos

Fix tvos build
This commit is contained in:
LibretroAdmin 2023-05-28 05:57:29 +02:00 committed by GitHub
commit 6ec854969f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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