Skip to content

Commit 4942159

Browse files
authored
Adds cachepot to the known wrappers set (#626)
1 parent d7e7c77 commit 4942159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@ impl Build {
23702370
//
23712371
// It's true that everything here is a bit of a pain, but apparently if
23722372
// you're not literally make or bash then you get a lot of bug reports.
2373-
let known_wrappers = ["ccache", "distcc", "sccache", "icecc"];
2373+
let known_wrappers = ["ccache", "distcc", "sccache", "icecc", "cachepot"];
23742374

23752375
let mut parts = tool.split_whitespace();
23762376
let maybe_wrapper = match parts.next() {

0 commit comments

Comments
 (0)