Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
cannonball
Commits
ed510326
Unverified
Commit
ed510326
authored
Sep 02, 2019
by
Libretro-Admin
Committed by
GitHub
Sep 02, 2019
Browse files
Merge pull request #13 from yoshisuga/tvos_support
(tvOS) Compile using tvOS SDK
parents
584a40ee
38e60adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ed510326
...
...
@@ -123,6 +123,14 @@ else ifneq (,$(findstring ios,$(platform)))
CC
+=
$(IPHONEMINVER)
CXX
+=
$(IPHONEMINVER)
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment