mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
Remove function_types from the list of compiled libraries.
Fixes #2489. [SVN r51895]
This commit is contained in:
parent
c852808371
commit
055a2cf235
1 changed files with 3 additions and 0 deletions
3
Jamroot
3
Jamroot
|
@ -212,6 +212,9 @@ all-libraries = [ MATCH .*libs/(.*)/build/.* : [ glob libs/*/build/Jamfile.v2 ]
|
|||
;
|
||||
|
||||
all-libraries = [ sequence.unique $(all-libraries) ] ;
|
||||
# The function_types library has a Jamfile, but it's used for maintenance
|
||||
# purposes, there's no library to build and install.
|
||||
all-libraries = [ set.difference $(all-libraries) : function_types ] ;
|
||||
|
||||
|
||||
local rule explicit-alias ( id : targets + )
|
||||
|
|
Loading…
Add table
Reference in a new issue