$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Library or tool outpath path
From: Edward Diener (eldiener_at_[hidden])
Date: 2016-03-08 10:54:43
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.