From f981132004fc7dffc0f593c1ae4e2d04689e3c89 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 26 Oct 2007 18:16:23 +0000 Subject: added first stab at making universal builds. Everything compiles, except if I add ppc64 as an architecture svn path=/trunk/; revision=8886 --- externals/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index ffeaec10..e60ffb51 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -48,8 +48,10 @@ LDFLAGS = LIBS = -lm ifeq ($(OS_NAME),darwin) - CFLAGS += -I/sw/include -DMACOSX -DUNIX -Dunix - LDFLAGS += -bundle -bundle_loader $(pd_src)/bin/pd -L/sw/lib + 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 LIBS += -lc DYLIB_LDFLAGS = -dynamiclib -read_only_relocs warning -L/sw/lib DYLIB_EXTENSION = dylib -- cgit v1.2.1