https://bugs.winehq.org/show_bug.cgi?id=57541
Bug ID: 57541 Summary: CMake doesn't find toolchain Product: Wine Version: 10.0-rc2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: rpisl@seznam.cz Distribution: ---
Created attachment 77609 --> https://bugs.winehq.org/attachment.cgi?id=77609 WINEDEBUG=+cmd (bad)
CMake.exe can no longer find the toolchain. This is a regression introduced by f21744527e300ed897a4776c013390e25cf6b218. Reverting the commit fixes the problem. Deleting the lines
for (pos = firstModifier; pos < lastModifier; pos++) *pos = towlower(*pos);
is also sufficient.