Skip to content

Commit

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

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

0 comments on commit a1c4c98

Please sign in to comment.