How to test a DUB-based library during development?

DanielG simpletangent at gmail.com
Thu Jan 11 14:59:18 UTC 2018


Ah, thank you! I replaced:

     "libs-windows-x86-dmd"

with:

     "sourceFiles-windows-x86-dmd" (and added a .lib suffix)


and now everything works as expected.

I see now that I was using "libs" improperly. It seems more for 
system-wide libraries / things in the library search path, not to 
be used for individual .lib files.

Thanks again, you saved me many hours this morning :)


More information about the Digitalmars-d-learn mailing list