mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Add missing 'path.make' for source-location attribute. Thanks to
Victor A. Wagner for discovering the problem. [SVN r23016]
This commit is contained in:
@@ -275,7 +275,7 @@ rule initialize (
|
||||
$(module-name).attributes = [ new project-attributes $(location) ] ;
|
||||
local attributes = $($(module-name).attributes) ;
|
||||
|
||||
$(attributes).set source-location : $(location) : exact ;
|
||||
$(attributes).set source-location : [ path.make $(location) ] : exact ;
|
||||
$(attributes).set requirements : [ property-set.empty ] : exact ;
|
||||
$(attributes).set usage-requirements : [ property-set.empty ] : exact ;
|
||||
|
||||
@@ -441,7 +441,8 @@ class project-attributes
|
||||
}
|
||||
else if $(attribute) = "source-location"
|
||||
{
|
||||
self.source-location = [ path.root $(specification) $(self.location) ] ;
|
||||
self.source-location = [ path.root
|
||||
[ path.make $(specification) ] $(self.location) ] ;
|
||||
}
|
||||
else if $(attribute) = "build-dir"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user