mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-23 07:49:48 +00:00
Merge pull request #142 from yoshisuga/tvos_support
(tvOS) Compile using tvOS SDK
This commit is contained in:
commit
3fbe0d6023
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user