mirror of
https://github.com/libretro/mgba.git
synced 2024-11-23 07:59:46 +00:00
tvos: properly set min supported version
This commit is contained in:
parent
3e349d52f4
commit
187f3a957a
@ -239,6 +239,8 @@ ifeq ($(IOSSDK),)
|
|||||||
endif
|
endif
|
||||||
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
||||||
CXX = 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
|
# Theos
|
||||||
else ifeq ($(platform), theos_ios)
|
else ifeq ($(platform), theos_ios)
|
||||||
|
Loading…
Reference in New Issue
Block a user