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
vbam-libretro
Commits
d5642fa3
Unverified
Commit
d5642fa3
authored
Jan 17, 2019
by
retro-wertz
Committed by
GitHub
Jan 17, 2019
Browse files
libretro: Android buildfix (#348)
parent
093818a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libretro/jni/Android.mk
View file @
d5642fa3
...
...
@@ -5,7 +5,7 @@ LIBRETRO_DIR := $(CORE_DIR)/libretro
include
$(LIBRETRO_DIR)/Makefile.common
COREFLAGS
:=
-DHAVE_STDINT_H
-DLSB_FIRST
-D__LIBRETRO__
-DFINAL_VERSION
-DC_CORE
-DNO_LINK
-DFRONTEND_SUPPORTS_RGB565
-DTILED_RENDERING
$(INCFLAGS)
COREFLAGS
:=
-DHAVE_STDINT_H
-DLSB_FIRST
-D__LIBRETRO__
-DFINAL_VERSION
-DC_CORE
-DNO_LINK
-DFRONTEND_SUPPORTS_RGB565
-DTILED_RENDERING
-DNO_DEBUGGER
$(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