add missing implementations of libc installation to detect msvc paths

This commit is contained in:
Andrew Kelley
2020-02-16 19:58:27 -05:00
parent 20f3b0efff
commit 5c54d7bee7
5 changed files with 55 additions and 5 deletions

View File

@@ -79,6 +79,7 @@ const char *err_str(Error err) {
case ErrorLibCStdLibHeaderNotFound: return "libc std lib headers not found";
case ErrorLibCKernel32LibNotFound: return "kernel32 library not found";
case ErrorUnsupportedArchitecture: return "unsupported architecture";
case ErrorWindowsSdkNotFound: return "Windows SDK not found";
}
return "(invalid error)";
}