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
7a353cd8
Commit
7a353cd8
authored
May 03, 2020
by
Vladimir Serbinenko
Browse files
Recognize platform=unix-armv7-hardfloat-neon
parent
ac106c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.libretro
View file @
7a353cd8
...
...
@@ -62,7 +62,7 @@ filter_out2 = $(call filter_out1,$(call filter_out1,$1))
unixpath
=
$(
subst
\,
/,
$1
)
unixcygpath
=
/
$(
subst
:,,
$(
call
unixpath,
$1
))
ifeq
($(platform), unix)
if
n
eq
(
,$(filter
$(platform), unix
unix-armv7-hardfloat-neon)
)
EXT
?=
so
TARGET
:=
$(TARGET_NAME)
_libretro
$(PLAT)
.
$(EXT)
fpic
:=
-fPIC
...
...
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