$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Library or tool outpath path
From: Edward Diener (eldiener_at_[hidden])
Date: 2016-03-09 01:45:33
On 3/8/2016 11:34 AM, Steven Watanabe wrote:
> AMDG
>
> On 03/08/2016 08:54 AM, Edward Diener wrote:
>> When using b2 to build a particular non-header only library from that
>> library's build directory, or when building a particular tool from that
>> tool's build directory, is there a way to specify on the command line a
>> final path where I want that library or tool to be copied to ? I tried
>> using --prefix but it had no effect.
>>
>
> There should be stage and install targets
> like at the top level, but I don't think
> anyone uses them, so they might be broken.
I am not invoking b3 from the top level but from the particular tool's
build directory. Should stage and install targets work if not at the top
level ?