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-09-22 02:34:48 +0400
committerKenneth Heafield <github@kheafield.com>2012-09-22 02:34:48 +0400
commit15b0ae1aef6173e9e78301ea5a689cd6f3878c3c (patch)
treeae0a23ba7b9d56a78a52309b60ea2e701fc6329d /jam-files
parentfb190812e400718cb1780daad86f47fa63628fd7 (diff)
Single-threaded compilation fixes
Diffstat (limited to 'jam-files')
-rw-r--r--jam-files/sanity.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 7d62bfd40..a2616f6bf 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -152,7 +152,7 @@ rule boost ( min-version ) {
boost-lib program_options PROGRAM_OPTIONS_DYN_LINK ;
boost-lib unit_test_framework TEST_DYN_LINK ;
boost-lib iostreams IOSTREAMS_DYN_LINK ;
- boost-lib filesystem FILE_SYSTEM_DYN_LINK ;
+ boost-lib filesystem FILE_SYSTEM_DYN_LINK : boost_system ;
}
#Link normally to a library, but sometimes static isn't installed so fall back to dynamic.