Merge pull request #297 from yoshisuga/tvos_support
(tvOS) Compile using tvOS SDK
This commit is contained in:
@@ -117,6 +117,16 @@ else
|
|||||||
CFLAGS += -miphoneos-version-min=5.0
|
CFLAGS += -miphoneos-version-min=5.0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# tvOS
|
||||||
|
else ifeq ($(platform), tvos-arm64)
|
||||||
|
TARGET := $(TARGET_NAME)_libretro_tvos.dylib
|
||||||
|
fpic := -fPIC
|
||||||
|
SHARED := -dynamiclib
|
||||||
|
CFLAGS += -DIOS
|
||||||
|
ifeq ($(IOSSDK),)
|
||||||
|
IOSSDK := $(shell xcodebuild -version -sdk appletvos Path)
|
||||||
|
endif
|
||||||
|
|
||||||
# Theos iOS
|
# Theos iOS
|
||||||
else ifeq ($(platform), theos_ios)
|
else ifeq ($(platform), theos_ios)
|
||||||
DEPLOYMENT_IOSVERSION = 5.0
|
DEPLOYMENT_IOSVERSION = 5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user