Using -J with dub

Zekereth via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 16 16:46:58 PDT 2016


On Saturday, 16 April 2016 at 20:57:10 UTC, Bauss wrote:
> Is there a way to achieve using -J through dub, preferable 
> through dub.json
>
> I can't seem to find anything through the dub.json docs on how 
> to pass regular dmd flags.

For just -J option use stringImportPaths "<path>". For other 
commands use the dflags option.


More information about the Digitalmars-d-learn mailing list