]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/tool.rs
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation errors...
[rust.git] / src / bootstrap / tool.rs
index f1baeafe26afb72fbaeb011ddb9ec5dd62c965b1..815498047fd5d160ac9afef8dfcc2060558c7743 100644 (file)
@@ -244,6 +244,7 @@ pub fn prepare_tool_cargo(
             path.ends_with("rls") ||
             path.ends_with("clippy") ||
             path.ends_with("miri") ||
+            path.ends_with("rustbook") ||
             path.ends_with("rustfmt")
         {
             cargo.env("LIBZ_SYS_STATIC", "1");