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:
authorBarry Haddow <barry.haddow@gmail.com>2013-07-25 18:24:34 +0400
committerBarry Haddow <barry.haddow@gmail.com>2013-07-25 18:24:34 +0400
commit7081f064136a9339a5a06153a82fb08c384b1e90 (patch)
treedf738f834af245225f7281a51229822da1dd2950 /jam-files/sanity.jam
parentf0b603e6b5d8dfc3f4bc149e425eb77fa9a6eabf (diff)
Fixes to the shared build
Diffstat (limited to 'jam-files/sanity.jam')
-rw-r--r--jam-files/sanity.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 672502ba0..891bf2eb3 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -143,7 +143,7 @@ rule boost-lib ( name macro : deps * ) {
alias boost_$(name) : inner_boost_$(name) : <link>shared ;
requirements += <define>BOOST_$(macro) ;
} else {
- alias boost_$(name) : inner_boost_$(name) : <link>static ;
+ alias boost_$(name) : inner_boost_$(name) : : : <link>shared:<define>BOOST_$(macro) ;
}
}