Merge pull request #62 from warmenhoven/warmenhoven/pr/tvos13

tvos: properly set min supported version
This commit is contained in:
LibretroAdmin 2024-10-21 16:49:20 -05:00 committed by GitHub
commit 78656d4615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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