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:
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" ] {