$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Uri Moszkowicz (uri_at_[hidden])
Date: 2020-10-16 17:56:34
Hi,
I'd like to specify a dependency for a feature, like below:
feature.compose <MyFeature>yes :
<define>MY_FEATURE
<toolset>gcc-6.0.0:<include>$(dir-6.0.0)/include
<toolset>gcc-10.0.0:<include>$(dir-10.0.0)/include
Is there a way I can do this with Boost::build?
Thanks,
Uri