diff --git a/v2/contrib/boost.jam b/v2/contrib/boost.jam index 4c284e496..9d1bf70cd 100644 --- a/v2/contrib/boost.jam +++ b/v2/contrib/boost.jam @@ -206,6 +206,8 @@ rule boost_std ( inc ? lib ? ) shared:BOOST_GRAPH_DYN_LINK ; lib iostreams : : : : shared:BOOST_IOSTREAMS_DYN_LINK ; + lib locale : : : : + shared:BOOST_LOCALE_DYN_LINK ; lib math_tr1 : : : : shared:BOOST_MATH_TR1_DYN_LINK ; lib math_tr1f : : : : @@ -224,6 +226,8 @@ rule boost_std ( inc ? lib ? ) shared:BOOST_PROGRAM_OPTIONS_DYN_LINK ; lib python : : : : shared:BOOST_PYTHON_DYN_LINK ; + lib python3 : : : : + shared:BOOST_PYTHON_DYN_LINK ; lib random : : : : shared:BOOST_RANDOM_DYN_LINK ; lib regex : : : :