Merge pull request #2 from warmenhoven/warmenhoven/pr/tvos13
Some checks failed
Bulidability and Sanity / sanity (clang, cocoa, macos-latest) (push) Has been cancelled
Bulidability and Sanity / sanity (clang, ubuntu-16.04) (push) Has been cancelled
Bulidability and Sanity / sanity (clang, ubuntu-latest) (push) Has been cancelled
Bulidability and Sanity / sanity (gcc, ubuntu-16.04) (push) Has been cancelled
Bulidability and Sanity / sanity (gcc, ubuntu-latest) (push) Has been cancelled

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

View File

@ -173,6 +173,8 @@ endif
DEFINES := -DIOS -DTVOS
CC = cc -arch arm64 -isysroot $(TVOSSDK)
CC += -mappletvos-version-min=11.0
CFLAGS += -mappletvos-version-min=11.0
else ifneq (,$(findstring qnx,$(platform)))
TARGET := $(TARGET_NAME)_libretro_qnx.so