From 1a82e28c9c89db3f33986bc6357d3f99e4e0bcda Mon Sep 17 00:00:00 2001 From: Domonoky Date: Sat, 19 Jul 2008 21:11:21 +0000 Subject: [PATCH] rbspeex: hopefully fixes compiling of rbspeexenc/dec on mac. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18096 a1c6a512-1295-4272-9138-f99709370657 --- tools/rbspeex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile index b619ce73f..251139383 100644 --- a/tools/rbspeex/Makefile +++ b/tools/rbspeex/Makefile @@ -27,7 +27,7 @@ ifeq ($(findstring MINGW,$(shell uname)),MINGW) CC = gcc endif -ifeq ($(findstring Darwin,$(shell uname)),Darwin) +ifdef ARCH ARCH_CMD = -arch $(ARCH) endif -- 2.11.4.GIT