Skip to content

Commit ae068ce

Browse files
warmenhovenJoeMatt
authored andcommitted
tvos: properly set min supported version
1 parent 49d633d commit ae068ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ else ifeq ($(platform), tvos-arm64)
151151
endif
152152
CC = cc -arch arm64 -isysroot $(IOSSDK)
153153
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
154+
MINVERSION = -mappletvos-version-min=11.0
155+
SHARED += $(MINVERSION)
156+
CFLAGS += $(MINVERSION)
154157

155158
# Theos
156159
else ifeq ($(platform), theos_ios)

0 commit comments

Comments
 (0)