Link against the intermediate binary files of dependencies. Fixes #921.
This change causes the build generator to pass the path to the intermediate build directory (e.g. ".dub/build/*/libfoo.a") instead of the final target path. The major consequence is that temporary builds with dependencies now work (they won't copy the intermediate binary to the final target path). |
---|
|
source/dub/generators/build.d |
---|