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
64c99101
Unverified
Commit
64c99101
authored
Jan 13, 2021
by
Libretro-Admin
Committed by
GitHub
Jan 13, 2021
Browse files
Merge pull request #153 from libretro/revert-152-patch-1
Revert "Little Fix"
parents
fe10ae6d
4ab626a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
64c99101
...
...
@@ -61,7 +61,7 @@ ifeq ($(platform), unix)
LDFLAGS
+=
-Wl
,-E
ifeq
($(ARCH), $(filter $(ARCH), intel))
WANT_JIT
=
0
WANT_JIT
=
1
endif
else
ifeq
($(platform), linux-portable)
TARGET
:=
$(TARGET_NAME)
_libretro.so
...
...
deps/lua/src/Makefile
View file @
64c99101
...
...
@@ -8,7 +8,7 @@
PLAT
=
none
CC
=
gcc
CFLAGS
=
-O2
-Wall
$(MYCFLAGS)
-fPIC
CFLAGS
=
-O2
-Wall
-fPIC
$(MYCFLAGS)
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