Skip to content

Commit

Permalink
Merge pull request #102 from warmenhoven/warmenhoven/pr/tvos13
Browse files Browse the repository at this point in the history
tvos: properly set min supported version
  • Loading branch information
LibretroAdmin authored Oct 21, 2024
2 parents cc9fd66 + ffe8973 commit dbf19f7
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 dbf19f7

Please sign in to comment.