Using dub configurations with libraries

FreeSlave via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Sep 7 02:04:07 PDT 2015


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?


More information about the Digitalmars-d-learn mailing list