summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 035265a5de..72922be698 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -206,10 +206,7 @@ ifdef APPLE_GCC
SDK_VER := 10.4
GCC_VER := 4.0
-# FIXME: The '-arch i386' is only here until
-# SDL 1.2.14 is available
-#
-ARCHS := i386
+ARCHS := $(shell arch)
export ARCHS
CF_ARCHS := $(patsubst %,-arch %,$(ARCHS))