summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2015-11-08 19:11:33 +0100
committeraliaspider2015-11-08 19:11:33 +0100
commita9da6ce7d68c476e5c73782ed8f293b0f633c005 (patch)
tree7dcbdec8fae6085b58099a23df6d5e116c09eb38 /Makefile
parenta9ed8660a5aa71e06f0c15eb2ee346af1879fc97 (diff)
downloadsnes9x2002-a9da6ce7d68c476e5c73782ed8f293b0f633c005.tar.gz
snes9x2002-a9da6ce7d68c476e5c73782ed8f293b0f633c005.tar.bz2
snes9x2002-a9da6ce7d68c476e5c73782ed8f293b0f633c005.zip
(android) build fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f65cd92..58aca57 100644
--- a/Makefile
+++ b/Makefile
@@ -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