Skip to content

Commit

Permalink
tvos: properly set min supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Oct 18, 2024
1 parent 89d649a commit ffe8973
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ else ifeq ($(platform), tvos-arm64)
PLATFORM_DEFINES += -DIOS
CC = clang -arch arm64 -isysroot $(IOSSDK)
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
CC += -mappletvos-version-min=11.0
CXX += -mappletvos-version-min=11.0
PLATFORM_DEFINES += -mappletvos-version-min=11.0

# Theos iOS
else ifeq ($(platform), theos_ios)
Expand Down

0 comments on commit ffe8973

Please sign in to comment.