diff options
author | John Wiegley <johnw@newartisans.com> | 2011-03-31 01:12:35 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-03-31 01:12:35 -0400 |
commit | 3ba07ed4ada75615f4617a39094bf1cf391acab0 (patch) | |
tree | 5327e952f02b0f7802a578e11832993c7fb9c6be /lib/Makefile | |
parent | 1820f12ef16534f30e888f44b6d6602268fffcb9 (diff) | |
download | fork-ledger-3ba07ed4ada75615f4617a39094bf1cf391acab0.tar.gz fork-ledger-3ba07ed4ada75615f4617a39094bf1cf391acab0.tar.bz2 fork-ledger-3ba07ed4ada75615f4617a39094bf1cf391acab0.zip |
Don't use --toolset when building Boost
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |