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 /Jamroot
parent15afc2aef22e3a4f84c2b6922cc8113df92423fd (diff)
Fix bjam from any directory. Add iostreams dependency to score for Hieu.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 9343580e7..3c0862ab9 100644
--- a/Jamroot
+++ b/Jamroot
@@ -63,7 +63,8 @@
import option ;
import modules ;
import path ;
-include jam-files/sanity.jam ;
+path-constant TOP : . ;
+include $(TOP)/jam-files/sanity.jam ;
boost 103600 ;
external-lib z ;