mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Fix *.h files not getting installed.
[SVN r21556]
This commit is contained in:
parent
cd0c2623cd
commit
c42c2a37f3
1 changed files with 1 additions and 1 deletions
2
Jamfile
2
Jamfile
|
@ -190,7 +190,7 @@ if $(lib-sources)
|
|||
stage $(include-locate:D=)/boost-$(version-tag)
|
||||
:
|
||||
[ glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* ]
|
||||
[ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp ]
|
||||
[ glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h ]
|
||||
:
|
||||
<locate>$(include-locate:D)
|
||||
<tree-subdirs>$(BOOST_ROOT)
|
||||
|
|
Loading…
Add table
Reference in a new issue