summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-05-18 00:24:35 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-05-18 00:24:35 -0400
commita70d6d3ed83a32d3cdf4bcb36a087426a4ed2c31 (patch)
treebd0e2912f6565c4c823b1590269d9c8573c4d903
parentbc761e1c2ea93da11a470fd55f9f48303afb8b4c (diff)
build with bjam
-rw-r--r--Jamroot3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index f42a9bc3..fff11d56 100644
--- a/Jamroot
+++ b/Jamroot
@@ -26,7 +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) ;
+project : requirements $(requirements) <toolset>darwin:<link>static ;
project : default-build <threading>single <warnings>on <variant>release ;
install-bin-libs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec creg//creg phrasinator//programs ;