mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Corrected an malformed Boost Build error message displayed when property definitions are encountered in a basic-target's 'sources' constructor parameter.
[SVN r80008]
This commit is contained in:
@@ -1134,8 +1134,8 @@ class basic-target : abstract-target
|
||||
if $(sources:G)
|
||||
{
|
||||
import errors : user-error : errors.user-error ;
|
||||
errors.user-error properties found in the 'sources' parameter for
|
||||
[ full-name ] ;
|
||||
errors.user-error properties found "in" the 'sources' parameter
|
||||
"for" [ full-name ] ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user