mirror of
https://github.com/boostorg/boost.git
synced 2026-01-18 21:41:27 +01:00
Don't add version suffix on AIX.
[SVN r29855]
This commit is contained in:
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user