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
52b25967
Unverified
Commit
52b25967
authored
Jan 14, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 14, 2021
Browse files
Merge pull request #154 from liberodark/patch-2
Fix Only FPIC
parents
64c99101
ea06823a
Changes
1
Hide whitespace changes
Inline
Side-by-side
deps/lua/src/Makefile
View file @
52b25967
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
PLAT
=
none
PLAT
=
none
CC
=
gcc
CC
=
gcc
CFLAGS
=
-O2
-Wall
-fPIC
$(MYCFLAGS)
CFLAGS
=
-O2
-Wall
$(MYCFLAGS)
-fPIC
AR
=
ar rcu
AR
=
ar rcu
RANLIB
=
ranlib
RANLIB
=
ranlib
RM
=
rm
-f
RM
=
rm
-f
...
...
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