mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-23 07:49:48 +00:00
tvos: properly set min supported version (#272)
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
ab12986ae7
commit
a1c4c98582
@ -207,6 +207,9 @@ else ifeq ($(platform), tvos-arm64)
|
|||||||
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
CC = clang -arch arm64 -isysroot $(IOSSDK)
|
||||||
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
|
CXX = clang++ -arch arm64 -isysroot $(IOSSDK)
|
||||||
HAVE_NETWORK=1
|
HAVE_NETWORK=1
|
||||||
|
CC += -mappletvos-version-min=11.0
|
||||||
|
CXX += -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