summaryrefslogtreecommitdiff
path: root/tools/rbspeex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/Makefile')
-rw-r--r--tools/rbspeex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index b619ce73fe..2511393833 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -27,7 +27,7 @@ ifeq ($(findstring MINGW,$(shell uname)),MINGW)
27CC = gcc 27CC = gcc
28endif 28endif
29 29
30ifeq ($(findstring Darwin,$(shell uname)),Darwin) 30ifdef ARCH
31ARCH_CMD = -arch $(ARCH) 31ARCH_CMD = -arch $(ARCH)
32endif 32endif
33 33