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
74ff60b3
Unverified
Commit
74ff60b3
authored
Jan 13, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 13, 2021
Browse files
Merge pull request #88 from liberodark/patch-1
Little fix
parents
1662ce61
c538661f
Pipeline
#10409
passed with stages
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
74ff60b3
...
...
@@ -50,7 +50,7 @@ unixpath = $(subst \,/,$1)
unixcygpath
=
/
$(
subst
:,,
$(
call
unixpath,
$1
))
# Unix
ifeq
($(platform)
, unix
)
if
n
eq
(
,$(findstring unix,
$(platform)
)
)
fpic
:=
-fPIC
TARGET
:=
$(TARGET_NAME)
_libretro.so
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