From e8df441c07582735fa5a53e79f75ab56d319a876 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 13 Aug 2008 04:13:15 -0400 Subject: Don't build Boost with architecture=combined, since this excludes using MacPort's Python (which I'm not able to build with +universal right now). --- lib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index b23aa36f..808d1f8b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -11,17 +11,18 @@ HERE = $(shell pwd) all: boost-build cppunit-build # gdtoa +# architecture=combined boost-release: (cd boost && \ bjam release -j3 --prefix=$(STOW_ROOT)/boost \ --build-dir=$(HERE)/boost/build --toolset=darwin \ - --build-type=complete architecture=combined install) + --build-type=complete install) boost-debug: (cd boost && \ bjam debug -j3 --prefix=$(STOW_ROOT)/boost \ --build-dir=$(HERE)/boost/build --toolset=darwin \ - --build-type=complete architecture=combined \ + --build-type=complete \ define=_GLIBCXX_DEBUG=1 install) boost-build: boost-release boost-debug -- cgit v1.2.3