diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-27 13:41:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-10-27 13:41:46 +0000 |
commit | 087cf2961e4fed01e25c52bb80a8a9a7cff8cbd0 (patch) | |
tree | 9cf48e612c17182f9bed1a5f76413088032b2100 | |
parent | e98cda4ce241d96ab1edaa578f27fa249a27a805 (diff) |
I think universal builds will have to wait until we get a 'new & improved!' build system
svn path=/trunk/; revision=8893
-rw-r--r-- | externals/Makefile | 6 |
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 |