summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2008-07-19 21:11:21 +0000
committerDominik Wenger <domonoky@googlemail.com>2008-07-19 21:11:21 +0000
commit32dda1d2936fdd3c2e840cd60092bde3147455e5 (patch)
treea3981b2a1fdcf4a4f81166de444fb5da2c302869
parent6da45d4c56c2771aa364e88ac8e2bcf124a73359 (diff)
downloadrockbox-32dda1d2936fdd3c2e840cd60092bde3147455e5.tar.gz
rockbox-32dda1d2936fdd3c2e840cd60092bde3147455e5.zip
rbspeex: hopefully fixes compiling of rbspeexenc/dec on mac.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18096 a1c6a512-1295-4272-9138-f99709370657
-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