mirror of
https://github.com/libretro/mgba.git
synced 2024-11-22 23:49:51 +00:00
Merge pull request #298 from warmenhoven/warmenhoven/pr/tvos13
tvos: properly set min supported version
This commit is contained in:
commit
734afd362e
@ -239,6 +239,8 @@ ifeq ($(IOSSDK),)
|
||||
endif
|
||||
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
||||
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
|
||||
CC += -mappletvos-version-min=11.0
|
||||
PLATFORM_DEFINES := -mappletvos-version-min=11.0
|
||||
|
||||
# Theos
|
||||
else ifeq ($(platform), theos_ios)
|
||||
|
Loading…
Reference in New Issue
Block a user