Issue:
redub doesn't seem to support envvar in recipes.
To repro: checkout this example
https://github.com/AuburnSounds/Dplug/tree/master/tools/latency-check
How to repro:
$ git clone git@github.com:AuburnSounds/Dplug.git
cd Dplug
cd tools
cd latency-check
redub
Probable issue within Dplug's dub.json
"stringImportPaths": [ "$VST2_SDK/pluginterfaces/vst2.x" ],
VST2_SDK being the envvar.
(Works with dub.)
Issue:
redub doesn't seem to support envvar in recipes.
To repro: checkout this example
https://github.com/AuburnSounds/Dplug/tree/master/tools/latency-check
How to repro:
Probable issue within Dplug's dub.json
VST2_SDK being the envvar.
(Works with dub.)