From 087cf2961e4fed01e25c52bb80a8a9a7cff8cbd0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 27 Oct 2007 13:41:46 +0000 Subject: I think universal builds will have to wait until we get a 'new & improved!' build system svn path=/trunk/; revision=8893 --- externals/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'externals') 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 -- cgit v1.2.1