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
beetle-pce-libretro
Commits
27e515f9
Unverified
Commit
27e515f9
authored
Apr 28, 2019
by
hizzlekizzle
Committed by
GitHub
Apr 28, 2019
Browse files
Merge pull request #106 from Tatsuya79/patch-5
attempt to fix Linux build
parents
4f65bffe
3fd87636
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
27e515f9
...
...
@@ -69,9 +69,9 @@ ifneq (,$(findstring unix,$(platform)))
TARGET
:=
$(TARGET_NAME)
_libretro.so
fpic
:=
-fPIC
SHARED
:=
-shared
-Wl
,--no-undefined
-Wl
,--version-script
=
link.T
CXXFLAGS
+=
-fpermissive
-std
=
c++11
ifneq
(,$(findstring Haiku,$(shell uname -s)))
LDFLAGS
+=
-lroot
CXXFLAGS
+=
-fpermissive
-std
=
c++11
else
LDFLAGS
+=
-lrt
endif
...
...
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