From d0dd2d3764900eb04b51e820ea440b62ed914caf Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 26 Oct 2007 09:04:25 +0000 Subject: [PATCH] Make sure every library can be installed by using bjam stage|install in libs//build. [SVN r40475] --- build/Jamfile.v2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 96cb65b..f0c6f16 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -21,3 +21,5 @@ lib boost_system : shared:BOOST_SYSTEM_DYN_LINK=1 static:BOOST_SYSTEM_STATIC_LINK=1 ; + +boost-install boost_system ; \ No newline at end of file