summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-05-25 12:00:45 -0400
committerKenneth Heafield <github@kheafield.com>2012-05-25 12:00:45 -0400
commit03e9b201c88d9ab11217851410a049c7efbd5dc0 (patch)
tree5a7bd32133b16778b46617c2d89288c223af8800 /Jamroot
parentb9a3229520530cc382542456d2bd07d8707c5998 (diff)
Force multi-threaded build if only multi-threaded Boost is present.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot3
1 files changed, 1 insertions, 2 deletions
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 += <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 ;