2
0
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:
Vladimir Prus
2006-01-26 13:37:33 +00:00
parent b697901a14
commit d9eaa7cd15

View File

@@ -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 ;