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
d74075d1
Commit
d74075d1
authored
May 01, 2021
by
Jean-Andre Santoni
Browse files
Don't assume that linux users have inotify
parent
5a0e3f00
Pipeline
#22337
passed with stages
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d74075d1
...
...
@@ -31,8 +31,8 @@ WANT_PHYSFS ?= 0
#### END CLI OPTIONS
# setup some things that will be reassigned per-platform
HAVE_COMPOSITION
=
0
HAVE_INOTIFY
=
0
HAVE_COMPOSITION
?
=
0
HAVE_INOTIFY
?
=
0
MMD
:=
-MMD
ifeq
($(platform),)
...
...
@@ -79,13 +79,11 @@ ifeq ($(platform), unix)
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--no-as-needed,--no-undefined
LUA_SYSCFLAGS
:=
-DLUA_USE_POSIX
HAVE_INOTIFY
=
1
LDFLAGS
+=
-Wl
,-E
else
ifeq
($(platform), linux-portable)
TARGET
:=
$(TARGET_NAME)
_libretro.so
fpic
:=
-fPIC
-nostdlib
SHARED
:=
-shared
HAVE_INOTIFY
=
1
LUA_SYSCFLAGS
:=
-DLUA_USE_POSIX
LIBM
:=
LDFLAGS
+=
-Wl
,-E
...
...
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