File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 6
6
require-b2 5.2 ;
7
7
8
8
constant boost_dependencies :
9
- /boost/config//boost_config
10
- /boost/container_hash//boost_container_hash
11
- /boost/core//boost_core
12
- /boost/predef//boost_predef
13
- /boost/winapi//boost_winapi ;
9
+ <library> /boost/config//boost_config
10
+ <library> /boost/container_hash//boost_container_hash
11
+ <library> /boost/core//boost_core
12
+ <library> /boost/predef//boost_predef
13
+ <target-os>windows:<library> /boost/winapi//boost_winapi ;
14
14
15
15
project /boost/stacktrace
16
16
: common-requirements
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ import feature ;
12
12
import property ;
13
13
14
14
constant boost_dependencies_private :
15
- /boost/assert//boost_assert
15
+ <library> /boost/assert//boost_assert
16
16
;
17
17
18
18
project
19
- : common-requirements <library> $(boost_dependencies)
19
+ : common-requirements $(boost_dependencies)
20
20
: requirements
21
21
[ requires cxx11_rvalue_references ]
22
- <library> $(boost_dependencies_private)
22
+ $(boost_dependencies_private)
23
23
: default-build
24
24
<visibility>hidden
25
25
;
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ lib backtrace
26
26
27
27
project
28
28
: requirements
29
- <library>/boost/stacktrace//boost_stacktrace
30
29
[ requires cxx11_rvalue_references cxx11_template_aliases cxx11_noexcept ]
31
30
<toolset>msvc:<asynch-exceptions>on
32
31
<toolset>intel:<cxxflags>-wd2196
You can’t perform that action at this time.
0 commit comments