Skip to content

Commit

Permalink
Merge pull request #126 from yoshisuga/tvos_platform
Browse files Browse the repository at this point in the history
(tvOS) support building
  • Loading branch information
inactive123 committed Sep 11, 2019
2 parents 942568f + c75b877 commit 7bbbdf1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Expand Up @@ -165,6 +165,16 @@ else ifneq (,$(findstring ios,$(platform)))
CC += $(IPHONEMINVER)
CXX += $(IPHONEMINVER)

# 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

# QNX
else ifeq ($(platform), qnx)
TARGET := $(TARGET_NAME)_libretro_$(platform).so
Expand Down

0 comments on commit 7bbbdf1

Please sign in to comment.