Re: local dub dependencies - relative paths, copyFiles, etc

2019-05-04 Thread DanielG via Digitalmars-d-learn
Update: using the $PACKAGE_DIR environment variable for relative paths solved both issues.

local dub dependencies - relative paths, copyFiles, etc

2019-05-03 Thread DanielG via Digitalmars-d-learn
First issue: I have a dub project (executable) that's dependent on another local dub project (library). It's cross-platform but I'm having this problem in Windows at the moment... My D library links against a win32 DLL/LIB, and I'm specifying that in the dub.sdl for the library, relative to