Skip to content

Commit 734afd3

Browse files
Merge pull request #298 from warmenhoven/warmenhoven/pr/tvos13
tvos: properly set min supported version
2 parents 3e349d5 + 187f3a9 commit 734afd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.libretro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ ifeq ($(IOSSDK),)
239239
endif
240240
CC = clang -arch arm64 -isysroot $(IOSSDK)
241241
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
242+
CC += -mappletvos-version-min=11.0
243+
PLATFORM_DEFINES := -mappletvos-version-min=11.0
242244

243245
# Theos
244246
else ifeq ($(platform), theos_ios)

0 commit comments

Comments
 (0)