find_windows_sdk_tool

Function find_windows_sdk_tool 

Source
pub(crate) fn find_windows_sdk_tool(
    arch_or_target: &str,
    tool_name: &str,
) -> Option<PathBuf>
Expand description

Find a Windows SDK tool for the given architecture or target triple. Returns None if the tool could not be found.