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-handy
Commits
c538661f
Unverified
Commit
c538661f
authored
Jan 13, 2021
by
liberodark
Committed by
GitHub
Jan 13, 2021
Browse files
Little fix
parent
1662ce61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c538661f
...
@@ -50,7 +50,7 @@ unixpath = $(subst \,/,$1)
...
@@ -50,7 +50,7 @@ unixpath = $(subst \,/,$1)
unixcygpath
=
/
$(
subst
:,,
$(
call
unixpath,
$1
))
unixcygpath
=
/
$(
subst
:,,
$(
call
unixpath,
$1
))
# Unix
# Unix
ifeq
($(platform)
, unix
)
if
n
eq
(
,$(findstring unix,
$(platform)
)
)
fpic
:=
-fPIC
fpic
:=
-fPIC
TARGET
:=
$(TARGET_NAME)
_libretro.so
TARGET
:=
$(TARGET_NAME)
_libretro.so
SHARED
:=
-shared
-Wl
,-version-script
=
$(LIBRETRO_DIR)
/link.T
-Wl
,-no-undefined
SHARED
:=
-shared
-Wl
,-version-script
=
$(LIBRETRO_DIR)
/link.T
-Wl
,-no-undefined
...
...
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