On Monday, 13 January 2014 at 20:48:11 UTC, Jesse Phillips wrote:
I have a pre-built sqlite3 object file which I'd like to include as part of the linking for the final executable. I have been unable to find a way to do this with dub.I have attempted adding: "sourceFiles": ["csqlite3.obj"],
Utilizing sourceFiles works in 0.9.20 and newer.