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
38e60adb
Commit
38e60adb
authored
Sep 01, 2019
by
harakari
Browse files
(tvOS) Compile using tvOS SDK
parent
584a40ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
38e60adb
...
...
@@ -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