X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fdownload.rs;h=6ae283f32a5f3a9080edd104a4cf46bc01b3376d;hb=fd5af8cc233cb70a776fd9653b11be7c56fdf78d;hp=d0f389df973443346b452ddaa4415605c3efd011;hpb=53cfcfbfedf2104a020b7e9de229a51562767012;p=rust.git diff --git a/src/bootstrap/download.rs b/src/bootstrap/download.rs index d0f389df973..6ae283f32a5 100644 --- a/src/bootstrap/download.rs +++ b/src/bootstrap/download.rs @@ -360,6 +360,7 @@ pub(crate) fn download_ci_rustc(&self, commit: &str) { self.fix_bin_or_dylib(&bin_root.join("bin").join("rustc")); self.fix_bin_or_dylib(&bin_root.join("bin").join("rustdoc")); + self.fix_bin_or_dylib(&bin_root.join("libexec").join("rust-analyzer-proc-macro-srv")); let lib_dir = bin_root.join("lib"); for lib in t!(fs::read_dir(&lib_dir), lib_dir.display().to_string()) { let lib = t!(lib);