mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Fix properties in target references.
* new/targets.jam (basic-target.generate-source): Expand composite in
properties, specified in target references.
[SVN r16320]
This commit is contained in:
@@ -469,6 +469,7 @@ rule basic-target ( name : project
|
||||
if $(split[3])
|
||||
{
|
||||
sproperties = [ property.make [ feature.split $(split[3]) ] ] ;
|
||||
sproperties = [ feature.expand-composites $(sproperties) ] ;
|
||||
}
|
||||
|
||||
# Check if such target exists
|
||||
|
||||
@@ -469,6 +469,7 @@ rule basic-target ( name : project
|
||||
if $(split[3])
|
||||
{
|
||||
sproperties = [ property.make [ feature.split $(split[3]) ] ] ;
|
||||
sproperties = [ feature.expand-composites $(sproperties) ] ;
|
||||
}
|
||||
|
||||
# Check if such target exists
|
||||
|
||||
Reference in New Issue
Block a user