mirror of
https://github.com/libretro/snes9x2002.git
synced 2024-11-27 01:40:58 +00:00
Merge pull request #36 from yoshisuga/tvos_support
(tvOS) support building using tvOS SDK
This commit is contained in:
commit
354bcb5ace
10
Makefile
10
Makefile
@ -60,6 +60,16 @@ else ifneq (,$(findstring ios,$(platform)))
|
||||
CXX += -miphoneos-version-min=5.0
|
||||
PLATFORM_DEFINES := -miphoneos-version-min=5.0
|
||||
endif
|
||||
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
|
||||
ARM_ASM = 0
|
||||
ASM_CPU = 0
|
||||
ASM_SPC700 = 0
|
||||
else ifeq ($(platform), theos_ios)
|
||||
DEPLOYMENT_IOSVERSION = 5.0
|
||||
TARGET = iphone:latest:$(DEPLOYMENT_IOSVERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user