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
hatari
Commits
a96c89fd
Unverified
Commit
a96c89fd
authored
Nov 27, 2020
by
Libretro-Admin
Committed by
GitHub
Nov 27, 2020
Browse files
Merge pull request #69 from diablodiab/master
Fix crash on Android.
parents
f19bc118
a45a9aa8
Pipeline
#4910
failed with stages
in 5 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
libretro/jni/Android.mk
View file @
a96c89fd
...
...
@@ -15,7 +15,7 @@ SOURCES_C :=
include
$(CORE_DIR)/Makefile.common
COREFLAGS
:=
-DANDROID
-DAND
-D__LIBRETRO__
$(INCFLAGS)
COREFLAGS
:=
-DANDROID
-DLSB_FIRST
-DAND
-D__LIBRETRO__
$(INCFLAGS)
GIT_VERSION
:=
"
$(
shell
git rev-parse --short HEAD || echo unknown
)
"
ifneq
($(GIT_VERSION)," unknown")
...
...
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