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
tyrquake
Commits
0c508060
Commit
0c508060
authored
Sep 14, 2019
by
harakari
Committed by
Libretro-Admin
Sep 14, 2019
Browse files
(tvOS) support building using tvOS SDK (#80)
parent
28cd29b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
0c508060
...
...
@@ -138,6 +138,18 @@ else
CFLAGS
+=
-miphoneos-version-min
=
5.0
endif
# tvOS
else
ifeq
($(platform), tvos-arm64)
EXT
?=
dylib
TARGET
:=
$(TARGET_NAME)
_libretro_tvos.
$(EXT)
fpic
:=
-fPIC
SHARED
:=
-dynamiclib
-framework
CoreFoundation
ifeq
($(IOSSDK),)
IOSSDK
:=
$(
shell
xcodebuild
-version
-sdk
appletvos Path
)
endif
CFLAGS
+=
-DIOS
-DIOS_ARM64
# iOS 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