Skip to content

Commit

Permalink
Merge pull request #47 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 978d977 + d7135aa commit c642bbd
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 @@ -179,6 +179,9 @@ endif

CC = cc -arch arm64 -isysroot $(IOSSDK)
CXX = c++ -arch arm64 -isysroot $(IOSSDK)
MINVERSION = -mappletvos-version-min=11.0
LDFLAGS += $(MINVERSION)
FLAGS += $(MINVERSION)

# QNX
else ifeq ($(platform), qnx)
Expand Down

0 comments on commit c642bbd

Please sign in to comment.