mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The subprocess handling on Windows requires bytes-like objects rather than strings. Ensure that we don't convert on Windows.
The subprocess handling on Windows requires bytes-like objects rather than strings. Ensure that we don't convert on Windows.