mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Add the location of the duplicate project id to the error message.
[SVN r56131]
This commit is contained in:
@@ -771,7 +771,8 @@ rule use ( id : location )
|
||||
$(project-module) )
|
||||
{
|
||||
errors.user-error Attempt to redeclare already existing project id
|
||||
'$(id)' ;
|
||||
'$(id)'
|
||||
location '$(location)' ;
|
||||
}
|
||||
$(id).jamfile-module = $(project-module) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user