We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f6b14 commit 8858713Copy full SHA for 8858713
src/windows_registry.rs
@@ -223,7 +223,7 @@ mod impl_ {
223
}
224
225
/// Attempt to find the tool using environment variables set by vcvars.
226
- pub fn find_msvc_environment(target: &str, tool: &str) -> Option<Tool> {
+ pub fn find_msvc_environment(tool: &str, target: &str) -> Option<Tool> {
227
// Early return if the environment doesn't contain a VC install.
228
if env::var_os("VCINSTALLDIR").is_none() {
229
return None;
0 commit comments