mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
When a target had empty property set, we used to assign build path 'true' to it.
[SVN r32418]
This commit is contained in:
@@ -270,6 +270,10 @@ class property-set
|
||||
else
|
||||
{
|
||||
self.target-path = $(p) ;
|
||||
}
|
||||
if ! $(self.target-path)
|
||||
{
|
||||
self.target-path = . ;
|
||||
}
|
||||
# The path is relative to build dir.
|
||||
self.target-path += true ;
|
||||
|
||||
Reference in New Issue
Block a user