mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 11:02:07 +03:00
4e41e8bb48
mk: Fix building with --enable-ccache We will no longer use `ccache` in the makefiles for our local dependencies like miniz, but they're so small anyway it doesn't really matter. Closes #33285