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
Potator
Commits
fce80f63
Unverified
Commit
fce80f63
authored
Mar 10, 2021
by
Libretro-Admin
Committed by
GitHub
Mar 10, 2021
Browse files
Merge pull request #1 from jdgleaver/android-build-fix
Fix paths in Android.mk
parents
691bb621
165d6c2e
Pipeline
#16771
passed with stages
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platform/libretro/jni/Android.mk
View file @
fce80f63
...
...
@@ -3,9 +3,9 @@ LOCAL_PATH := $(call my-dir)
DEBUG
:=
0
FLAGS
:=
CORE_DIR
:=
$(LOCAL_PATH)
/..
CORE_DIR
:=
$(LOCAL_PATH)
/..
/../..
include
$(
CORE_DIR)
/Makefile.common
include
$(
LOCAL_PATH)/..
/Makefile.common
COREFLAGS
:=
$(INCFLAGS)
$(FLAGS)
COREFLAGS
+=
-D__LIBRETRO__
...
...
@@ -20,6 +20,6 @@ LOCAL_MODULE := retro
LOCAL_SRC_FILES
:=
$(SOURCES_C)
LOCAL_CFLAGS
:=
$(COREFLAGS)
LOCAL_CXXFLAGS
:=
$(COREFLAGS)
LOCAL_LDFLAGS
:=
-Wl
,-version-script
=
$(CORE_DIR)
/libretro/link.T
LOCAL_LDFLAGS
:=
-Wl
,-version-script
=
$(CORE_DIR)
/
platform/
libretro/link.T
LOCAL_CPP_FEATURES
:=
exceptions
include
$(BUILD_SHARED_LIBRARY)
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