Blog post: using dynamic libraries in dub

Benjamin Thaut code at benjamin-thaut.de
Wed Dec 20 10:31:15 UTC 2017


On Wednesday, 20 December 2017 at 08:09:53 UTC, Martin Nowak 
wrote:
>
> At some point `dub build` should get a `--shared` option to 
> change the meaning of `library` target types from 
> `staticLibrary` to `dynamicLibrary`. The shared libs could be 
> linked with absolute paths.

Would this work in all cases? Do tls variables work across Linux 
shared libraries? Do we expect all dub libraries to have correct 
export annotations once export goes live?


More information about the Digitalmars-d-announce mailing list