Skip to content

Commit e5829b6

Browse files
Merge pull request #33 from warmenhoven/warmenhoven/pr/tvos13
tvos: properly set min supported version
2 parents a053b1f + c8311b1 commit e5829b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libretroBuildSystem/Makefile.libretro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ ifeq ($(IOSSDK),)
189189
endif
190190
CC = clang -arch arm64 -isysroot $(IOSSDK)
191191
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
192+
CC += -mappletvos-version-min=11.0
193+
CFLAGS += -mappletvos-version-min=11.0
192194

193195
# Theos iOS
194196
else ifeq ($(platform), theos_ios)

0 commit comments

Comments
 (0)