mirror of
https://github.com/libretro/nestopia.git
synced 2024-11-23 00:19:44 +00:00
tvos: properly set min supported version (#90)
Some checks failed
Crowdin Translation Integration / create_intl_file (push) Has been cancelled
Some checks failed
Crowdin Translation Integration / create_intl_file (push) Has been cancelled
This commit is contained in:
parent
be1139ec4d
commit
b932740e8a
@ -140,6 +140,9 @@ else ifeq ($(platform), tvos-arm64)
|
||||
endif
|
||||
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
||||
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
|
||||
CC += -mappletvos-version-min=11.0
|
||||
CXX += -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