Merge pull request #142 from yoshisuga/tvos_support

(tvOS) Compile using tvOS SDK
This commit is contained in:
Twinaphex 2020-02-07 12:01:25 +01:00 committed by GitHub
commit 3fbe0d6023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,6 +155,16 @@ else ifneq (,$(findstring ios,$(platform)))
endif
HAVE_NETWORK=1
# tvOS
else ifeq ($(platform), tvos-arm64)
TARGET := $(TARGET_NAME)_libretro_tvos.dylib
fpic := -fPIC
SHARED := -dynamiclib
ifeq ($(IOSSDK),)
IOSSDK := $(shell xcodebuild -version -sdk appletvos Path)
endif
HAVE_NETWORK=1
# Theos
else ifeq ($(platform), theos_ios)
DEPLOYMENT_IOSVERSION = 5.0