Skip to content

Commit

Permalink
Adds cachepot to the known wrappers set (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Oct 5, 2021
1 parent d7e7c77 commit 4942159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -2370,7 +2370,7 @@ impl Build {
//
// It's true that everything here is a bit of a pain, but apparently if
// you're not literally make or bash then you get a lot of bug reports.
let known_wrappers = ["ccache", "distcc", "sccache", "icecc"];
let known_wrappers = ["ccache", "distcc", "sccache", "icecc", "cachepot"];

let mut parts = tool.split_whitespace();
let maybe_wrapper = match parts.next() {
Expand Down

0 comments on commit 4942159

Please sign in to comment.