Skip to content

Commit 187f3a9

Browse files
committed
tvos: properly set min supported version
1 parent 3e349d5 commit 187f3a9

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)