summaryrefslogtreecommitdiff
path: root/tools/rbspeex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rbspeex/Makefile')
-rw-r--r--tools/rbspeex/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/rbspeex/Makefile b/tools/rbspeex/Makefile
index 231cdb5517..b33534695c 100644
--- a/tools/rbspeex/Makefile
+++ b/tools/rbspeex/Makefile
@@ -41,6 +41,9 @@ ifeq ($(findstring APPLE,$(CPPDEFINES)),APPLE)
41# that to determine if we need to set arch and isysroot. 41# that to determine if we need to set arch and isysroot.
42ifeq ($(findstring __clang__,$(CPPDEFINES)),__clang__) 42ifeq ($(findstring __clang__,$(CPPDEFINES)),__clang__)
43CFLAGS += -mmacosx-version-min=10.5 43CFLAGS += -mmacosx-version-min=10.5
44ifneq ($(ISYSROOT),)
45CFLAGS += -isysroot $(ISYSROOT)
46endif
44else 47else
45# when building libs for OS X 10.4+ build for both i386 and ppc at the same time. 48# when building libs for OS X 10.4+ build for both i386 and ppc at the same time.
46# This creates fat objects, and ar can only create the archive but not operate 49# This creates fat objects, and ar can only create the archive but not operate