aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-27 13:41:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-27 13:41:46 +0000
commit087cf2961e4fed01e25c52bb80a8a9a7cff8cbd0 (patch)
tree9cf48e612c17182f9bed1a5f76413088032b2100 /externals
parente98cda4ce241d96ab1edaa578f27fa249a27a805 (diff)
I think universal builds will have to wait until we get a 'new & improved!' build system
svn path=/trunk/; revision=8893
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/externals/Makefile b/externals/Makefile
index e60ffb51..186e5860 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -48,10 +48,8 @@ LDFLAGS =
LIBS = -lm
ifeq ($(OS_NAME),darwin)
- CFLAGS += -I/sw/include -DMACOSX -DUNIX -Dunix \
- -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
- LDFLAGS += -bundle -bundle_loader $(pd_src)/bin/pd -L/sw/lib \
- -arch i386 -arch ppc
+ CFLAGS += -I/sw/include -DMACOSX -DUNIX -Dunix
+ LDFLAGS += -bundle -bundle_loader $(pd_src)/bin/pd -L/sw/lib
LIBS += -lc
DYLIB_LDFLAGS = -dynamiclib -read_only_relocs warning -L/sw/lib
DYLIB_EXTENSION = dylib