2
0
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:
Vladimir Prus
2003-04-09 12:06:14 +00:00
parent c0c1636dfb
commit de1c0dca7b

View File

@@ -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) ] ;