$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [build] Use address-model in library filenames
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2017-06-22 03:53:36
On 22/06/2017 13:50, Vinnie Falco wrote:
> Please add the address-model (32 or 64) into the encoded name which
> describes a library, so that 32-bit and 64-bit libraries may reside in
> the same dir.
>
> I'd like to avoid a lengthy debate, and if no one wants to do it just
> provide me with working code for accomplishing it and I'll submit a
> pull request.
If you want to do it for local builds without modifying Boost itself, see:
https://stackoverflow.com/a/42408982/43534