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-11-30 19:20:34 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-30 19:23:13 +0400
commit563dfd69d3dfc032f6aef07e0eadb1ba24602a17 (patch)
treed3770ed93d369a5f973e4b45ad529da5c13b475c /scripts/Jamfile
parent7eedf624074ba438bb4fe1a29a74581dd18ac583 (diff)
Trigger biconcor compilation
Diffstat (limited to 'scripts/Jamfile')
-rw-r--r--scripts/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Jamfile b/scripts/Jamfile
index 63134c19f..d978395bf 100644
--- a/scripts/Jamfile
+++ b/scripts/Jamfile
@@ -1,6 +1,7 @@
#See ../Jamroot for options.
import option ;
+build-project ems/biconcor ;
build-project training ;
with-giza = [ option.get "with-giza" ] ;