mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Bugfix.
[SVN r17885]
This commit is contained in:
@@ -94,7 +94,11 @@ rule stage-exe-generator
|
||||
local n = [ $(source).name ] ;
|
||||
local cloned-target = [ new file-target $(n:D=) : [ $(source).type ]
|
||||
: $(project) ] ;
|
||||
$(cloned-target).depends [ $(source).dependencies ] ;
|
||||
local d = [ $(source).dependencies ] ;
|
||||
if $(d)
|
||||
{
|
||||
$(cloned-target).depends $(d) ;
|
||||
}
|
||||
$(cloned-target).root [ $(source).root ] ;
|
||||
$(cloned-target).dg [ $(source).dg ] ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user