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>2012-05-10 20:18:49 +0400
committerKenneth Heafield <github@kheafield.com>2012-05-10 20:18:49 +0400
commite3a155494ba261384ec929117879b1a992a080dc (patch)
treea3fd54e29c695671ff169229920f27c1447d98d8 /jam-files
parent15afc2aef22e3a4f84c2b6922cc8113df92423fd (diff)
Fix bjam from any directory. Add iostreams dependency to score for Hieu.
Diffstat (limited to 'jam-files')
-rw-r--r--jam-files/sanity.jam6
1 files changed, 1 insertions, 5 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 441a50430..311ed1482 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -4,11 +4,6 @@ import os ;
import path ;
import project ;
-local prj = [ project.current ] ;
-mod = [ $(prj).project-module ] ;
-
-path-constant TOP : . ;
-
#Shell with trailing line removed http://lists.boost.org/boost-build/2007/08/17051.php
rule trim-nl ( str extras * ) {
return [ MATCH "([^
@@ -111,6 +106,7 @@ rule boost ( min-version ) {
boost-lib thread THREAD_DYN_DLL ;
boost-lib program_options PROGRAM_OPTIONS_DYN_LINK ;
boost-lib unit_test_framework TEST_DYN_LINK ;
+ boost-lib iostreams IOSTREAMS_DYN_LINK ;
}
#Link normally to a library, but sometimes static isn't installed so fall back to dynamic.