mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 04:43:03 +03:00
don't define TEST_DYN_LINK. Doesn't work on OSX with manually compiled boost
This commit is contained in:
parent
45ff417244
commit
d7f5bb41fa
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user