Skip to content

meson: Only look for ml64 when building for Windows 64-bit

VS 2015 adds its VC bindir to PATH by default, so ml will get picked up if you have VS 2017 installed and enter a VS 2017 x64 command prompt. This will lead to build failures.

Merge request reports