From a7bb404456734765b2e46a74410024e293b8c2d3 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Fri, 25 May 2012 12:00:45 -0400 Subject: Force multi-threaded build if only multi-threaded Boost is present. --- Jamroot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Jamroot') diff --git a/Jamroot b/Jamroot index edc28e23..938a9764 100644 --- a/Jamroot +++ b/Jamroot @@ -26,9 +26,8 @@ if [ test_header boost/serialization/map.hpp ] && [ test_library boost_serializa requirements += HAVE_BOOST_ARCHIVE_TEXT_OARCHIVE_HPP ; } -# project : requirements $(requirements) ; project : requirements $(requirements) darwin:static ; -project : default-build single on release ; +project : default-build on release ; install-bin-libs dpmert//programs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec creg//creg phrasinator//programs mira//kbest_mira ; -- cgit v1.2.3