Skip to content

Commit c8311b1

Browse files
committed
tvos: properly set min supported version
1 parent a053b1f commit c8311b1

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)