mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Don't add version suffix on AIX.
[SVN r29855]
This commit is contained in:
parent
41c99b468c
commit
7455c6f14c
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ rule tag ( name : type ? : property-set )
|
|||
# errors when library is generated with version suffix.
|
||||
# On OSX, version suffix is not needed -- the linker expets
|
||||
# libFoo.1.2.3.dylib format.
|
||||
if [ $(property-set).get <os> ] in NT CYGWIN MACOSX
|
||||
# AIX linkers don't accept version suffixes either.
|
||||
if [ $(property-set).get <os> ] in NT CYGWIN MACOSX AIX
|
||||
{
|
||||
return $(name:B)-$(version-tag)$(name:S) ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue