I'm creating a Derelict application and apparently derelict needs the shared libraries to be in the root path. Is there a way to do this using DUB, without copying the files over manually into the ./bin
folder? (Just have them get copied when building automatically)
Also I am assuming the .so files for Linux systems will have to be in the binary folder too. I know there is "copyFiles"
but where will the files get copied from, where will they get copied to? Is this cross-platform?