digitalmars.D.learn - Using dub configurations with libraries
- FreeSlave (6/6) Sep 07 2015 Let's say I have two dub packages: A and B.
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