27 Oct
2022
27 Oct
'22
10:35 a.m.
Don't translate imported static libraries paths to -Ldir -lfoo form. It's no longer needed, we use -nodefaultlibs anyway. Fixes clang MSVC build that expects foo.lib file name when using -lfoo. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1175