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