www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Using dub configurations with libraries

Let's say I have two dub packages: A and B.
A is a library. B is library or application (does not matter) and 
depends on A.

A has several configurations in dub.json.

How to build the B package that way it will use non-default 
configuration of A?
Sep 07 2015