Skip to content

Commit e82224b

Browse files
committed
tvos: properly set min supported version
1 parent a62d157 commit e82224b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.libretro

+2
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ ifeq ($(IOSSDK),)
186186
endif
187187
CC = clang -arch arm64 -isysroot $(IOSSDK)
188188
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
189+
CC += -mappletvos-version-min=11.0
190+
CFLAGS += -mappletvos-version-min=11.0
189191

190192
# Theos iOS
191193
else ifeq ($(platform), theos_ios)

0 commit comments

Comments
 (0)