Skip to content

Commit

Permalink
Merge pull request #43 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 319b102 + ab8dbdf commit 0a78a9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ ifeq ($(IOSSDK),)
endif
CC = clang -arch arm64 -isysroot $(IOSSDK)
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
MINVER = -mappletvos-version-min=11.0
LDFLAGS += $(MINVER)
FLAGS += $(MINVER)
CC += $(MINVER)
CXX += $(MINVER)

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

0 comments on commit 0a78a9a

Please sign in to comment.