$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Change shared library soname format
From: Marek Skalický (mskalick_at_[hidden])
Date: 2016-04-06 12:30:05
> So, you can add a build id after baseline, but not inside theÂ
> version. You can adjust this code to
> achieve your behaviour easily, though, say:
>
> Â Â Â Â result = $(result).prefix$(BOOST_VERSION) ;
Thank you.
Could be some problem with changing BOOST_VERSION in Jamroot to
prefix1.58.0 ?
Could this change something different than sonames?
Marek