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 <kenlm@kheafield.com>2011-11-22 03:07:30 +0400
committerKenneth Heafield <kenlm@kheafield.com>2011-11-22 03:07:30 +0400
commitca38bcab984f8b92865bee244eebcd6c4776995b (patch)
tree5d85f639b63900c158d71a73a6d156af07b9b0f3 /Jamroot
parentc1ffa8ca52435783ffe238d651eba79ea3d0a204 (diff)
Stop bjam from complaining that a toolset isn't configured
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index b3d38573d..2e047ffb1 100644
--- a/Jamroot
+++ b/Jamroot
@@ -26,10 +26,12 @@
#-j$NCPUS to compile in parallel
#clean to clean
+#Other compilers might work, but this stops bjam from whining.
+using gcc ;
+
path-constant TOP : . ;
import option ;
-
import boost ;
boost.use-project ;
#If boost static libraries are not installed, use dynamic linking.