Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-12-01 16:11:58 +0400
committerKenneth Heafield <github@kheafield.com>2011-12-01 16:11:58 +0400
commit56d2b0d3e90e76beaae68955285a9cc9ac1d2f92 (patch)
tree0559d6a8c82d0e180fe55a08cfa45dd7d87e6b0e /Jamroot
parent3ea87b2d58e6db2848b217bfdc1652523c55489a (diff)
Forgot to do variable substitution
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index c7445d4a4..89ff30cb9 100644
--- a/Jamroot
+++ b/Jamroot
@@ -110,7 +110,7 @@ if $(boost-version) < 103600 {
exit You have Boost $(boost-version). Moses requires at least 103600 (and preferably newer). : 1 ;
}
#Are we linking static binaries against shared boost?
-boost-auto-shared = [ auto_shared "boost_program_options" : L-boost-search ] ;
+boost-auto-shared = [ auto_shared "boost_program_options" : $(L-boost-search) ] ;
#Convenience rule for boost libraries. Defines library boost_$(name).
rule boost_lib ( name macro ) {
#Link multi-threaded programs against the -mt version if available. Old