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
snes9x2002
Commits
a9da6ce7
Commit
a9da6ce7
authored
Nov 08, 2015
by
aliaspider
Browse files
(android) build fix
parent
a9ed8660
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a9da6ce7
...
...
@@ -69,10 +69,6 @@ else
CFLAGS
+=
-D__WIN32__
-D__WIN32_LIBRETRO__
endif
ifeq
($(ARM_ASM), 1)
CFLAGS
+=
-DARM_ASM
endif
CORE_DIR
:=
./src
LIBRETRO_DIR
:=
./libretro
...
...
Makefile.common
View file @
a9da6ce7
...
...
@@ -91,6 +91,10 @@ INCLUDES = -Ilibretro -Isrc -I.
DEFINES
+=
-DHAVE_STRINGS_H
-DHAVE_STDINT_H
-DHAVE_INTTYPES_H
-D__LIBRETRO__
-DINLINE
=
inline
DEFINES
+=
-DUSE_SA1
ifeq
($(ARM_ASM), 1)
DEFINES
+=
-DARM_ASM
endif
ifeq
($(platform), sncps3)
WARNINGS_DEFINES
=
CODE_DEFINES
=
...
...
jni/Android.mk
View file @
a9da6ce7
...
...
@@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)
include
$(CLEAR_VARS)
ARM_ASM
=
1
LOCAL_MODULE
:=
retro
ifeq
($(TARGET_ARCH),arm)
...
...
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