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
Lutro
Commits
d074b00e
Commit
d074b00e
authored
Feb 03, 2021
by
Libretro-Admin
Browse files
Fix ARM Mac build
parent
828e5907
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d074b00e
...
...
@@ -75,9 +75,6 @@ else ifeq ($(platform), osx)
CFLAGS
+=
-DHAVE_STRL
WANT_PHYSFS
=
0
MMD
:=
ifeq
($(shell uname -p),arm)
CFLAGS
+=
-DDONT_WANT_ARM_OPTIMIZATIONS
endif
ifeq
($(UNIVERSAL),1)
ifeq
($(ARCHFLAGS),)
...
...
@@ -99,6 +96,11 @@ endif
CXXFLAGS
+=
$(TARGET_RULE)
LDFLAGS
+=
$(TARGET_RULE)
LUA_SYSCFLAGS
+=
$(TARGET_RULE)
CFLAGS
+=
-DDONT_WANT_ARM_OPTIMIZATIONS
else
ifeq
($(shell uname -p),arm)
CFLAGS
+=
-DDONT_WANT_ARM_OPTIMIZATIONS
endif
endif
CFLAGS
+=
$(ARCHFLAGS)
...
...
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