2
0
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:
Jurko Gospodnetić
2008-07-18 06:28:54 +00:00
parent f7298b43cf
commit 3d3e5a349d

View File

@@ -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=) ;
}
}