mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Minor bugfix: properties were not correctly reported in --debug-generators
output. [SVN r18215]
This commit is contained in:
@@ -927,7 +927,7 @@ rule construct ( project name ? : target-type multiple ? : property-set * : sour
|
||||
{
|
||||
generators.dout [ indent ] " from" [ $(s).str ] ;
|
||||
}
|
||||
generators.dout [ indent ] " properties:" $(properties) ;
|
||||
generators.dout [ indent ] " properties:" [ $(property-set).raw ] ;
|
||||
|
||||
local result = [ construct-with-caching $(project) $(name)
|
||||
: $(target-type) $(multiple) : $(property-set) : $(sources) ] ;
|
||||
|
||||
Reference in New Issue
Block a user