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-07 04:13:19 +0400
committerKenneth Heafield <github@kheafield.com>2012-05-07 04:13:19 +0400
commit265f2207fcc3b197d3e068a00c0e6e3d5adbb129 (patch)
tree54e918c8c761860337c987c23c5ad9602e4e00f9 /Jamroot
parente877e5c3f2a43471d299e41c53fa84f750e69897 (diff)
Only add -static to clang on linux
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 12fbacd68..4c9806bb6 100644
--- a/Jamroot
+++ b/Jamroot
@@ -185,7 +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.
+ <os>LINUX,<link>static,<toolset>clang:<linkflags>-static #apparently bjam doesn't pass -static properly.
<cxxflags>$(cxxflags)
<cflags>$(cflags)
<linkflags>$(ldflags)