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
81-libretro
Commits
338b558a
Commit
338b558a
authored
Sep 14, 2019
by
harakari
Browse files
(tvOS) support building with tvOS SDK
parent
10fcd60c
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
338b558a
...
...
@@ -139,6 +139,16 @@ else
CC_AS
+=
-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
# Theos
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