Configuring of dub for the application reading enviroment variable

MGW via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Sep 30 04:26:33 PDT 2016


On Friday, 30 September 2016 at 11:09:37 UTC, rikki cattermole 
wrote:

> There is no way to do this.

it is necessary to add section to dub:

"enviroment": [
         { "LD_LIBRARY_PATH", "$PACKAGE_DIR"       },
         { "MY_VARIABLE",     "$PACKAGE_DIR/IMAGES"}
]



More information about the Digitalmars-d-learn mailing list