Skip to content

Commit

Permalink
Merge pull request #35 from warmenhoven/warmenhoven/pr/tvos-minver
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 fba7d50 + 6ca4c4c commit 8d30576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ else ifeq ($(platform), tvos-arm64)

CC = cc -arch arm64 -isysroot $(IOSSDK)
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
MINVERSION = -mappletvos-version-min=11.0
SHARED += $(MINVERSION)
CFLAGS += $(MINVERSION)
CXXFLAGS += $(MINVERSION)

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

0 comments on commit 8d30576

Please sign in to comment.