Skip to content

Commit

Permalink
Merge pull request #236 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
irixxxx authored Oct 19, 2024
2 parents 908d4c1 + 103ae4b commit 0daf92b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ else ifeq ($(platform), tvos-arm64)
CXX = c++ -arch arm64 -isysroot $(IOSSDK)
CFLAGS += -DARM -D__aarch64__=1
CFLAGS += -DIOS
MINVERSION = -mappletvos-version-min=11.0
CC += $(MINVERSION)
CXX += $(MINVERSION)
CC_AS += $(MINVERSION)
CFLAGS += $(MINVERSION)

# Lightweight PS3 Homebrew SDK
else ifneq (,$(filter $(platform), ps3 psl1ght))
Expand Down

0 comments on commit 0daf92b

Please sign in to comment.