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
a97e23dc
Unverified
Commit
a97e23dc
authored
Mar 08, 2021
by
Libretro-Admin
Committed by
GitHub
Mar 08, 2021
Browse files
Update Makefile
parent
00f9671c
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
a97e23dc
...
...
@@ -125,7 +125,7 @@ ifeq ($(IOSSDK),)
endif
ifeq
($(platform), ios-arm64)
CFLAGS
+=
-DIOS_ARM64
CC
=
clang
-arch
arm64
-isysroot
$(IOSSDK)
-march
=
armv8-a
-mtune
=
cortex-a57
-mtp
=
soft
CC
=
clang
-arch
arm64
-isysroot
$(IOSSDK)
-march
=
armv8-a
-mtune
=
cortex-a57
else
CC
=
clang
-arch
armv7
-isysroot
$(IOSSDK)
endif
...
...
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