mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
make boost-install refer to the correct target for installing the headers. Fixes #2416.
[SVN r49381]
This commit is contained in:
parent
9cee2c6cab
commit
119d7bb751
1 changed files with 1 additions and 1 deletions
2
Jamroot
2
Jamroot
|
@ -490,7 +490,7 @@ alias build_all : libs/$(libraries)/build ;
|
|||
rule boost-install ( libraries * )
|
||||
{
|
||||
package.install install
|
||||
: <dependency>/boost//install-headers $(install-requirements)
|
||||
: <dependency>/boost//install-proper-headers $(install-requirements)
|
||||
: # No binaries
|
||||
: $(libraries)
|
||||
: # No headers, it is handled by the dependency.
|
||||
|
|
Loading…
Add table
Reference in a new issue