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-2048
Commits
e796ff80
Commit
e796ff80
authored
Jul 23, 2017
by
harakari
Browse files
Add ios-arm64 build target
parent
093db233
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
e796ff80
...
...
@@ -84,8 +84,12 @@ else ifneq (,$(findstring ios,$(platform)))
ifeq
($(IOSSDK),)
IOSSDK
:=
$(
shell
xcodebuild
-version
-sdk
iphoneos Path
)
endif
ifeq
($(platform),ios-arm64)
CC
=
cc
-arch
arm64
-isysroot
$(IOSSDK)
else
CC
=
cc
-arch
armv7
-isysroot
$(IOSSDK)
ifeq
($(platform),ios9)
endif
ifeq
($(platform),$(filter $(platform),ios9 ios-arm64))
SHARED
+=
-miphoneos-version-min
=
8.0
CC
+=
-miphoneos-version-min
=
8.0
else
...
...
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