diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-27 00:38:22 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-27 00:38:22 -0400 |
commit | da6ec2a082863a7699cff173971cbcbd7395604b (patch) | |
tree | d9b2a46835ac509674452f2edf32d2e63e06a2fc /Jamroot | |
parent | 8b123173191853466b671bbaf6f06e1c92f26095 (diff) |
fix jamroot
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ if [ test_header boost/serialization/map.hpp ] && [ test_library boost_serializa project : requirements $(requirements) <toolset>darwin:<link>static ; 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 ; +install-bin-libs dpmert//programs utils//programs mteval//programs klm/lm//programs training//liblbfgs decoder//cdec phrasinator//programs mira//kbest_mira ; build-projects mteval decoder dpmert klm/lm training/liblbfgs ; |