Closed
Description
Way to reproduce
- Windows
- Installed Visual Studio 2022 with C++ workload
- Attempt to find path to compiler executable using
let tool = cc::windows_registry::find_tool("x86_64-msvc", "cl.exe").unwrap();
cc-1.1.31 and older work.
cc-1.1.32 and newer panic because find_tool
returns None
.
Can both repro on my own machine and on GitHub Actions.
Maybe I am using find_tool
the wrong way and need to pass different arguments?
Metadata
Metadata
Assignees
Labels
No labels