Add dynamic MSVC_PATH for ucrt
Open
- Dominant language
- Rust
- Stars
- 23
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
in build.rs we have a hardcoded path of
```
const MSVC_PATH: &'static str = r"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22000.0";
```
Latest version is 10.0.26100.0
Could we switch to getting the dynamic path to ucrt?
If it's wanted I could try to make a PR for this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.