mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
91783dd17f
`dlltool`: Set the working directory to workaround `--temp-prefix` bug dlltool's `--temp-prefix` argument incorrectly splits paths that contain spaces. To workaround this, we pass a relative path to `--temp-prefix` and set the working directory. fixes rust-lang/rust#155591
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.