mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 13:05:00 +00:00
Add a requirements parameter to boost-install
This commit is contained in:
parent
7d0f04801f
commit
f5fecfc1dc
1 changed files with 2 additions and 2 deletions
4
Jamroot
4
Jamroot
|
@ -303,9 +303,9 @@ if [ path.exists $(BOOST_ROOT)/libs/wave/tool/build ]
|
|||
#
|
||||
# - libraries -- list of library targets to install.
|
||||
|
||||
rule boost-install ( libraries * )
|
||||
rule boost-install ( libraries * : requirements ? )
|
||||
{
|
||||
boost-install.boost-install $(libraries) ;
|
||||
boost-install.boost-install $(libraries) : $(requirements) ;
|
||||
}
|
||||
|
||||
# Creates a library target, adding autolink support and also creates
|
||||
|
|
Loading…
Add table
Reference in a new issue