mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 16:40:42 +00:00
Merged in volodyas patch from RC_1_34_0
http://lists.boost.org/boost-users/2007/05/27724.php [SVN r39106]
This commit is contained in:
parent
ece9e7aa92
commit
aa5bb27015
1 changed files with 2 additions and 1 deletions
3
Jamroot
3
Jamroot
|
@ -402,7 +402,8 @@ if $(layout-versioned)
|
|||
{
|
||||
noversion-file =
|
||||
[ MATCH "(.*)-[0-9_]+([.]so)[.0-9]*" : $(name) ]
|
||||
[ MATCH "(.*)-[0-9_]+([.]a)" : $(name) ] ;
|
||||
[ MATCH "(.*)-[0-9_]+([.]a)" : $(name) ]
|
||||
[ MATCH "(.*)-[0-9_]+([.]dll[.]a)" : $(name) ] ;
|
||||
}
|
||||
|
||||
local new-name =
|
||||
|
|
Loading…
Add table
Reference in a new issue