Skip to content

Commit

Permalink
Merge pull request #83 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 8126e5c + 79a232b commit 48096c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ else ifeq ($(platform), tvos-arm64)
endif
CC = cc -arch arm64 -isysroot $(IOSSDK)
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
MINVERSION = -mappletvos-version-min=11.0
SHARED += $(MINVERSION)
CFLAGS += $(MINVERSION)

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

0 comments on commit 48096c1

Please sign in to comment.