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:
authorHieu Hoang <fishandfrolick@gmail.com>2012-10-04 18:08:22 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-10-04 18:08:22 +0400
commit9ae55243e25560338095c5e87e191f22019625de (patch)
treecd5f6515d77fd46ac4ee640cfb13e37b02ee3619 /jam-files/sanity.jam
parent0851a4d1136a345b2ac4472da087c1114a77f255 (diff)
remove dependency on boost filesystem object
Diffstat (limited to 'jam-files/sanity.jam')
-rw-r--r--jam-files/sanity.jam1
1 files changed, 0 insertions, 1 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 6beec3f94..2aca84e4d 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -152,7 +152,6 @@ 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_system ;
}
#Link normally to a library, but sometimes static isn't installed so fall back to dynamic.