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:
authorUlrich Germann <ulrich.germann@gmail.com>2015-04-05 17:51:50 +0300
committerUlrich Germann <ulrich.germann@gmail.com>2015-04-05 17:51:50 +0300
commit3e2f878576880e4ae33d3f8e8d63ae989e76fc47 (patch)
tree2bee6e9e82b3bb3fc6926b2fef98497447d4d776 /Jamroot
parent34776c5e7cf0806d3a8b1d5725d87a9d573d4635 (diff)
parent02185a85fb5f78cf99228e034dc62f02c488dc8f (diff)
Merge branch 'master' into mmt-dev
Conflicts: Jamroot moses/TranslationModel/UG/mmsapt.h
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot5
1 files changed, 2 insertions, 3 deletions
diff --git a/Jamroot b/Jamroot
index 28c5340ef..e0cff77b5 100644
--- a/Jamroot
+++ b/Jamroot
@@ -106,9 +106,8 @@ if ! [ option.get "max-kenlm-order" ]
boost 104400 ;
external-lib z ;
-lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
-# lib dl : : <link>static ;
-requirements += <library>dl ;
+#lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
+#requirements += <library>dl ;
if ! [ option.get "without-tcmalloc" : : "yes" ] && [ test_library "tcmalloc_minimal" ] {