Merge pull request #72 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 16:42:47 -05:00 committed by GitHub
commit 7fead71b49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,6 +150,9 @@ endif
CC = cc -arch arm64 -isysroot $(IOSSDK)
CXX = c++ -arch arm64 -isysroot $(IOSSDK)
MINVERSION = -mappletvos-version-min=11.0
LDFLAGS += $(MINVERSION)
FLAGS += $(MINVERSION)
else ifeq ($(platform), qnx)
TARGET := $(TARGET_NAME)_libretro_$(platform).so