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 <hieuhoang@gmail.com>2015-01-27 19:22:15 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-01-27 19:22:15 +0300
commitd7f5bb41faaac5ca93b9cbb723ad558b2c67d3c2 (patch)
treea61b73ec96ee338a71746098c5e6c2f01c134eeb /jam-files/sanity.jam
parent45ff417244d790754a0240fca08a05f187c985d0 (diff)
don't define TEST_DYN_LINK. Doesn't work on OSX with manually compiled boost
Diffstat (limited to 'jam-files/sanity.jam')
-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 9b4d5873d..23ed94e40 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -184,7 +184,7 @@ rule boost ( min-version ) {
boost-lib system SYSTEM_DYN_LINK ;
boost-lib thread THREAD_DYN_DLL : boost_system ;
boost-lib program_options PROGRAM_OPTIONS_DYN_LINK ;
- boost-lib unit_test_framework TEST_DYN_LINK ;
+ boost-lib unit_test_framework DELETE_ME_TEST_DYN_LINK ;
boost-lib iostreams IOSTREAMS_DYN_LINK ;
boost-lib filesystem FILE_SYSTEM_DYN_LINK ;
# if $(BOOST-VERSION) >= 104800 {