mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Minor stylistic code change in Boost Build's build/property.jam module.
[SVN r47538]
This commit is contained in:
@@ -526,9 +526,12 @@ rule translate-dependencies ( specification * : project-id )
|
||||
|
||||
if dependency in [ feature.attributes $(p:G) ]
|
||||
{
|
||||
if [ regex.match (.*//.*) : $(p:G=) ] {
|
||||
if [ regex.match (.*//.*) : $(p:G=) ]
|
||||
{
|
||||
result += $(condition)$(p) ;
|
||||
} else {
|
||||
}
|
||||
else
|
||||
{
|
||||
result += $(condition)$(p:G)$(project-id)//$(p:G=) ;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user