diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-14 19:26:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-14 19:26:18 +0100 |
| commit | aa29a8b4c71c18f736ddf0848ff388642861a419 (patch) | |
| tree | b6e7df424610fe7c23af25b135f67be684c5cbdb /compiler/rustc_parse/src | |
| parent | 5763fa74f0bda2fe87003360f9059e67c1b8dcf5 (diff) | |
| parent | 56dfb70d8d1103e49dfe6feb337ef1f1bb20ff88 (diff) | |
| download | rust-aa29a8b4c71c18f736ddf0848ff388642861a419.tar.gz rust-aa29a8b4c71c18f736ddf0848ff388642861a419.zip | |
Rollup merge of #104350 - SparkyPotato:fix-x-wrapper, r=jyn514
Fix x finding Python on Windows
`x` searches through the path for `{dir}/python{2|3}?`, but this fails on Windows because the appropriate path is `{dir}/python.exe`.
This PR adds the expected `.exe` extension on Windows while searching.
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions
