diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index aebce04..080a417 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -421,8 +421,8 @@ lib boost_locale util/info.cpp util/locale_data.cpp : requirements - $(boost_dependencies_private) - $(boost_dependencies) + $(boost_dependencies_private)/off + $(boost_dependencies)/off $(cxx_requirements) shared:BOOST_LOCALE_DYN_LINK=1 BOOST_LOCALE_SOURCE @@ -432,7 +432,7 @@ lib boost_locale # Meanwhile remove this @configure : usage-requirements - $(boost_dependencies) + $(boost_dependencies)/off $(cxx_requirements) shared:BOOST_LOCALE_DYN_LINK=1 BOOST_LOCALE_NO_LIB=1