$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Option --python-buildid broken in 1.48.0
From: Steve M. Robbins (steve_at_[hidden])
Date: 2011-11-27 14:47:08
On Sun, Nov 27, 2011 at 12:51:56PM -0600, Steve M. Robbins wrote:
> Hi,
>
> This option worked up to 1.46.1; I did not try 1.47, but with 1.48 it
> broke. The command sequence
>
> ./bootstrap.sh
> ./bjam --with-python --python-buildid=qwerty
>
> in 1.46 produces stage/lib/libboost_python-qwerty.a
> in 1.48 I see stage/lib/libboost_python.a
>
> The ID was not appended. Has anyone a quick fix for this?
OK, here's my quick fix. I expect there must be a better way,
such as "exporting PYTHON_ID" from the top-level jam file.
Cheers,
-Steve