$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Option --python-buildid broken in 1.48.0
From: Steve M. Robbins (steve_at_[hidden])
Date: 2011-11-27 13:51:56
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?
Thanks,
-Steve