You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meson produces bz2.dll with msvc but libbz2.dll with mingw, and ignores the library name in the .def file. And of course both compilers just go ahead and generate an import library that pulls in a DLL different from what's in the .def file without questions.
0 commit comments