$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to get a default value for BOOST_BUILD_PATH ?
From: Samuel Debionne (samuel.debionne_at_[hidden])
Date: 2014-02-11 06:00:59
Thank you for the thorough answer !
> I believe what you want is something along the lines of $(self:D)/kernel
> or possibly $(self:D)/../share/boost-build/kernel
This is indeed something like this I was looking for. I was wondering if
bjam has a predefined value for this path, value that would be remain
consistent with any boost build folder layout change. I think that would
be helpful for projects that require boost-build.jam only to add folders
to BOOST_BUILD_PATH while using the default boost-build installation.
> I would recommend moving to a format like the following, so you may add
> multiple search paths.
Thanks for the tip!
Samuel