Put linker flags (including "libs") after linker "sourceFiles". See #199.
Supposedly fixes an issue where a dependency that was build as a static library cannot access symbols of an external library that it needs, because the external library is passed to the linker before the dependency itself. |
---|
|
source/dub/compilers/dmd.d |
---|