File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ constant boost_dependencies :
1111 /boost/config//boost_config
1212 /boost/core//boost_core
1313 /boost/detail//boost_detail
14- /boost/function//boost_function
1514 /boost/integer//boost_integer
1615 /boost/io//boost_io
1716 /boost/iterator//boost_iterator
Original file line number Diff line number Diff line change @@ -10,11 +10,16 @@ require-b2 5.0.1 ;
1010import-search /boost/config/checks ;
1111import config : requires ;
1212
13+ constant boost_dependencies_private :
14+ /boost/function//boost_function
15+ ;
16+
1317project
1418 : source-location ../src
1519 : common-requirements <library>$(boost_dependencies)
1620 : requirements
1721 <conditional>@include-spirit
22+ <library>$(boost_dependencies_private)
1823 : usage-requirements
1924 <define>BOOST_SERIALIZATION_NO_LIB=1
2025;
You can’t perform that action at this time.
0 commit comments