diff options
| author | Daniel Paoliello <danpao@microsoft.com> | 2025-09-19 09:16:26 -0700 |
|---|---|---|
| committer | Daniel Paoliello <danpao@microsoft.com> | 2025-09-19 12:00:30 -0700 |
| commit | 4da59355fd88ba7d92b571c8b3a59c270e1aa7da (patch) | |
| tree | a599b897b89e0d4a5f2a035cd07dc2cff85ddd9d /src/tools | |
| parent | 59043567a5cf12800e1457c36ad6a6b0fa02c6b6 (diff) | |
| download | rust-4da59355fd88ba7d92b571c8b3a59c270e1aa7da.tar.gz rust-4da59355fd88ba7d92b571c8b3a59c270e1aa7da.zip | |
[win] Use find-msvc-tools instead of cc to find the linker and rc on Windows
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 568ec0c1198..8a08917eb4e 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -365,6 +365,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "expect-test", "fallible-iterator", // dependency of `thorin` "fastrand", + "find-msvc-tools", "flate2", "fluent-bundle", "fluent-langneg", |
