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-05 03:06:03 +0400
committerKenneth Heafield <github@kheafield.com>2012-05-05 03:06:03 +0400
commit32e5d5e170da13460567ccd2e2a528ba9a293809 (patch)
treef6d55d2e18d04834f86766a9f3f83019bd2b2228 /Jamroot
parent58252d12c21963a63865b9cefef218bdef010b0c (diff)
Apparently bjam doesn't pass -static to clang
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 8bff74366..12fbacd68 100644
--- a/Jamroot
+++ b/Jamroot
@@ -185,6 +185,7 @@ project : requirements
<threading>multi:<library>boost_thread
<define>_FILE_OFFSET_BITS=64 <define>_LARGE_FILES
$(requirements)
+ <link>static,<toolset>clang:<linkflags>-static #apparently bjam doesn't pass -static properly.
<cxxflags>$(cxxflags)
<cflags>$(cflags)
<linkflags>$(ldflags)