Merge pull request #298 from warmenhoven/warmenhoven/pr/tvos13
Some checks failed
CI / build-ps2 (push) Has been cancelled
Crowdin Translation Integration / create_intl_file (push) Has been cancelled

tvos: properly set min supported version
This commit is contained in:
LibretroAdmin 2024-10-21 12:04:09 -05:00 committed by GitHub
commit 734afd362e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,6 +239,8 @@ ifeq ($(IOSSDK),)
endif
CC = clang -arch arm64 -isysroot $(IOSSDK)
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
CC += -mappletvos-version-min=11.0
PLATFORM_DEFINES := -mappletvos-version-min=11.0
# Theos
else ifeq ($(platform), theos_ios)