summaryrefslogtreecommitdiff
path: root/make/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/config.mk')
-rw-r--r--make/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config.mk b/make/config.mk
index d2c614c9..43716af5 100644
--- a/make/config.mk
+++ b/make/config.mk
@@ -12,7 +12,7 @@ ProjObjRoot := $(ProjSrcRoot)
Configs := Debug Release Profile
# The full list of architectures we support.
-Archs := i386 ppc x86_64
+Archs := i386 ppc x86_64 armv6 armv7
# If TargetArch is defined, only build for that architecture (and don't use
# -arch).