mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Bugfix.
* new/project.jam (project-attributes.set): Pass default build through 'property.make'. [SVN r17845]
This commit is contained in:
@@ -470,6 +470,10 @@ rule project-attributes ( location )
|
||||
self.usage-requirements = [ property-set.create $(t) ] ;
|
||||
}
|
||||
}
|
||||
else if $(attribute) = "default-build"
|
||||
{
|
||||
self.default-build = [ property.make $(specification) ] ;
|
||||
}
|
||||
else if $(attribute) = "source-location"
|
||||
{
|
||||
self.source-location = [ path.root $(specification) $(self.location) ] ;
|
||||
|
||||
@@ -470,6 +470,10 @@ rule project-attributes ( location )
|
||||
self.usage-requirements = [ property-set.create $(t) ] ;
|
||||
}
|
||||
}
|
||||
else if $(attribute) = "default-build"
|
||||
{
|
||||
self.default-build = [ property.make $(specification) ] ;
|
||||
}
|
||||
else if $(attribute) = "source-location"
|
||||
{
|
||||
self.source-location = [ path.root $(specification) $(self.location) ] ;
|
||||
|
||||
Reference in New Issue
Block a user