mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Bugfix for another case where Jam were changing slash direction.
[SVN r16832]
This commit is contained in:
@@ -383,7 +383,7 @@ rule generate-dependencies ( properties * : project : extra-properties * )
|
||||
{
|
||||
if dependency in [ feature.attributes $(p:G) ]
|
||||
{
|
||||
local g = [ targets.generate $(p:G=) : $(project)
|
||||
local g = [ targets.generate $(p:TG=) : $(project)
|
||||
: $(properties) $(extra-properties) ] ;
|
||||
if ! $(g)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user