From 3ba07ed4ada75615f4617a39094bf1cf391acab0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 31 Mar 2011 01:12:35 -0400 Subject: Don't use --toolset when building Boost --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 06d4da93..e2d5dd2b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -36,7 +36,7 @@ BOOST_TOOLSET = darwin BOOST_DEFINES += define=_GLIBCXX_DEBUG=1 endif #BOOST_FLAGS = --architecture=x86 --address_model=32_64 -BOOST_FLAGS = --toolset=$(BOOST_TOOLSET) \ +BOOST_FLAGS = toolset=$(BOOST_TOOLSET) \ --build-type=complete --layout=versioned \ $(BOOST_DEFINES) BOOST_DIR = boost_$(BOOST_VERSION)-$(DIR_SUFFIX) -- cgit v1.2.3