2
0
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:
Jurko Gospodnetić
2012-08-13 15:07:02 +00:00
parent e36413300c
commit cdae76add5

View File

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