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
ea06823a
Unverified
Commit
ea06823a
authored
Jan 14, 2021
by
liberodark
Committed by
GitHub
Jan 14, 2021
Browse files
Fix Only FPIC
parent
64c99101
Changes
1
Hide whitespace changes
Inline
Side-by-side
deps/lua/src/Makefile
View file @
ea06823a
...
...
@@ -8,7 +8,7 @@
PLAT
=
none
CC
=
gcc
CFLAGS
=
-O2
-Wall
-fPIC
$(MYCFLAGS)
CFLAGS
=
-O2
-Wall
$(MYCFLAGS)
-fPIC
AR
=
ar rcu
RANLIB
=
ranlib
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