From 4740a79dd2ea8e7f72db4d6593963ebc90b27c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 28 May 2012 12:52:46 +0000 Subject: [PATCH] Added two missing Boost library target definitions (locale & python3) to Boost Build's 'contrib/boost.jam' module. [SVN r78716] --- v2/contrib/boost.jam | 4 ++++ 1 file changed, 4 insertions(+) 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 : : : :