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
libretro-handy
Commits
5ad48a38
Unverified
Commit
5ad48a38
authored
Dec 18, 2019
by
Libretro-Admin
Committed by
GitHub
Dec 18, 2019
Browse files
Merge pull request #53 from yoshisuga/tvos_support
(tvOS) Compile using tvOS SDK
parents
962caa9a
460c04e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5ad48a38
...
...
@@ -93,6 +93,16 @@ else
CXX
+=
-miphoneos-version-min
=
5.0
endif
# tvOS
else
ifeq
($(platform), tvos-arm64)
fpic
:=
-fPIC
TARGET
:=
$(TARGET_NAME)
_libretro_tvos.dylib
SHARED
:=
-dynamiclib
ifeq
($(IOSSDK),)
IOSSDK
:=
$(
shell
xcodebuild
-version
-sdk
appletvos Path
)
endif
LIBS
:=
# Theos iOS
else
ifeq
($(platform), theos_ios)
DEPLOYMENT_IOSVERSION
=
5.0
...
...
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