$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Want libraries output to specified location with appending "/lib"
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-06-17 09:35:32
AMDG
On 06/11/2013 02:55 PM, Christopher Pisz wrote:
> How can I tell boost to put the libraries in a directory that I specify?
> If I change stage-dir, it still appends /lib onto it. Is this possible?
>
> I want my libraries in C:\trunk\third_party\
> Not in C:\trunk\third_party\lib
>
Unfortunately, it's hard-coded. Find the line in boostcpp.jam
that says
<location>$(stage-locate)/lib
and remove the "/lib"
Also, please file a ticket at http://svn.boost.org/
In Christ,
Steven Watanabe