Inherit linker sourceFiles as sourceFiles instead of linkerFiles. Fixes #1408.
The linkerFiles field was added some time ago in a very partial way and is not used at all, except for the "dub describe" functionality. Keeping inherited linker files in the sourceFiles list fixes the immediate regression introduced by #1263 - properly using linkerFiles throughout the code base should be implemented in a later step. Reproducing the error is possible by building any vibe.d project that uses OpenSSL on Windows on x86_mscoff or x86_64. |
---|
|
source/dub/generators/generator.d |
---|