dlang / dub

Package and build management system for D
MIT License
677 stars 227 forks source link

object files listed in sourceFiles are ignored when building a static library #2836

Open Mai-Lapyst opened 9 months ago

Mai-Lapyst commented 9 months ago

System information

Bug Description

Using a targetType of staticLibrary ignores objectfiles in sourceFiles.

How to reproduce?

Expected Behavior

That objectfiles listed in sourceFiles are included in the resulting static library.