https://bugs.winehq.org/show_bug.cgi?id=53918
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- c7a210bc2f27 fixed building Wine with clang msvc mode. libfoo.dll.a (and libfoo.a) is a mingw thing, when LLD is used in msvc mode, it looks for foo.lib. Since we provide our import libs with "mingw" names, we can't rely on linker to find those libraries in this case.