From 37b30ae0ec0a42b56fbe23d7dbd68a8da73cfee8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 13 Aug 2008 02:57:52 -0400 Subject: Added a missing --build-type=complete option. --- lib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index 7df3ed3b..b23aa36f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -15,13 +15,14 @@ boost-release: (cd boost && \ bjam release -j3 --prefix=$(STOW_ROOT)/boost \ --build-dir=$(HERE)/boost/build --toolset=darwin \ - architecture=combined install) + --build-type=complete architecture=combined install) boost-debug: (cd boost && \ bjam debug -j3 --prefix=$(STOW_ROOT)/boost \ --build-dir=$(HERE)/boost/build --toolset=darwin \ - architecture=combined define=_GLIBCXX_DEBUG=1 install) + --build-type=complete architecture=combined \ + define=_GLIBCXX_DEBUG=1 install) boost-build: boost-release boost-debug -- cgit v1.2.3