mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 22:48:50 +00:00
Change Jamfile to <runtime-link>
[SVN r29738]
This commit is contained in:
parent
4695a898da
commit
d8715def13
5 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 7e689db5e24aefd8e1c858c6b2f7d320709640f3
|
||||
Subproject commit ec8f567b96a3e316caaba5c724029b4774e93c01
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c3b095904641d42aecd6ec824d17c967dc5f6e4
|
||||
Subproject commit 9ff45d6bbf49f3ff7d6cb05899e1b1217e5fa8d4
|
|
@ -72,7 +72,7 @@ build-project ../libs/variant/test ; # test-suite variant
|
|||
: #args
|
||||
: #input-files
|
||||
: #requirements
|
||||
<link-runtime>shared
|
||||
<runtime-link>shared
|
||||
<define>BOOST_DYN_LINK=1
|
||||
<define>BOOST_CONFIG_NO_LIB=1
|
||||
:
|
||||
|
|
|
@ -5,7 +5,7 @@ project
|
|||
:
|
||||
requirements
|
||||
<link>static
|
||||
<link-runtime>static
|
||||
<runtime-link>static
|
||||
<threading>single
|
||||
;
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8e5aeab989f2797624cffb38ed07f501491496fa
|
||||
Subproject commit eacc0693b5bf69396ea68e16137cfe876f5227c5
|
Loading…
Add table
Reference in a new issue