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
fe10ae6d
Unverified
Commit
fe10ae6d
authored
Jan 13, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 13, 2021
Browse files
Merge pull request #152 from liberodark/patch-1
Little Fix
parents
7fbae5dd
567931dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
fe10ae6d
...
...
@@ -61,7 +61,7 @@ ifeq ($(platform), unix)
LDFLAGS
+=
-Wl
,-E
ifeq
($(ARCH), $(filter $(ARCH), intel))
WANT_JIT
=
1
WANT_JIT
=
0
endif
else
ifeq
($(platform), linux-portable)
TARGET
:=
$(TARGET_NAME)
_libretro.so
...
...
deps/lua/src/Makefile
View file @
fe10ae6d
...
...
@@ -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