diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-05-25 12:00:45 -0400 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-05-25 12:00:45 -0400 |
commit | a7bb404456734765b2e46a74410024e293b8c2d3 (patch) | |
tree | e5d0ce1678d1069ac137425c1b1ea9b54257e965 /Jamroot | |
parent | 7cadcdc7ce1e3441cf1ede4058bc2dbab563f44c (diff) |
Force multi-threaded build if only multi-threaded Boost is present.
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -26,9 +26,8 @@ if [ test_header boost/serialization/map.hpp ] && [ test_library boost_serializa requirements += <define>HAVE_BOOST_ARCHIVE_TEXT_OARCHIVE_HPP ; } -# project : requirements $(requirements) ; project : requirements $(requirements) <toolset>darwin:<link>static ; -project : default-build <threading>single <warnings>on <variant>release ; +project : default-build <warnings>on <variant>release ; install-bin-libs dpmert//programs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec creg//creg phrasinator//programs mira//kbest_mira ; |