mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Merge from trunk
[SVN r33994]
This commit is contained in:
@@ -645,7 +645,7 @@ rule register-standard ( id : source-types * : target-types + : requirements * )
|
||||
|
||||
# Creates new instance of the 'composing-generator' class and
|
||||
# registers it.
|
||||
rule register-composing ( id : source-types + : target-types + : requirements * )
|
||||
rule register-composing ( id : source-types * : target-types + : requirements * )
|
||||
{
|
||||
local g = [ new generator $(id) true : $(source-types)
|
||||
: $(target-types) : $(requirements) ] ;
|
||||
|
||||
Reference in New Issue
Block a user