tvos: properly set min supported version (#84)

This commit is contained in:
Eric Warmenhoven 2024-10-21 17:48:45 -04:00 committed by GitHub
parent a639359434
commit acae250da8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,6 +119,8 @@ ifeq ($(IOSSDK),)
IOSSDK := $(shell xcodebuild -version -sdk appletvos Path)
endif
CC = clang -arch arm64 -isysroot $(IOSSDK)
CC += -mappletvos-version-min=11.0
SHARED += -mappletvos-version-min=11.0
# Theos
else ifeq ($(platform), theos_ios)