diff --git a/Jamroot b/Jamroot index 02c751d4f8..48eca9e780 100644 --- a/Jamroot +++ b/Jamroot @@ -47,8 +47,8 @@ # "release" version of the libraries. This # release corresponds to specifying: # "release multi shared -# shared" as the Boost.Build -# variant to build. +# static shared" as the +# Boost.Build variant to build. # # complete - Attempts to build all possible # variations. @@ -137,7 +137,7 @@ if ! ( $(build-type) in minimal complete ) local default-build,minimal = release multi - shared + shared static shared ; local default-build,complete =