Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support RUSTC_WRAPPER on Windows and with absolute paths
When checking for possible `RUSTC_WRAPPER`s that we can use to cache C/C++ output, allow for filename extensions (e.g. `sccache.exe`) and absolute paths (e.g. `/usr/local/bin/sccache`). Closes #473
- Loading branch information