mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 22:48:50 +00:00
Add building of link=static libs to default minimal build to temporarily resolve discrepancy between built libraries and getting started docs plus autolink defaults. (fixes #1744)
[SVN r46953]
This commit is contained in:
parent
71f7aee472
commit
9de577e531
1 changed files with 3 additions and 3 deletions
6
Jamroot
6
Jamroot
|
@ -47,8 +47,8 @@
|
|||
# "release" version of the libraries. This
|
||||
# release corresponds to specifying:
|
||||
# "release <threading>multi <link>shared
|
||||
# <runtime-link>shared" as the Boost.Build
|
||||
# variant to build.
|
||||
# <link>static <runtime-link>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
|
||||
<threading>multi
|
||||
<link>shared
|
||||
<link>shared <link>static
|
||||
<runtime-link>shared
|
||||
;
|
||||
local default-build,complete =
|
||||
|
|
Loading…
Add table
Reference in a new issue