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.
in build.rs we have a hardcoded path of
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.