]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/builder.rs
Auto merge of #65764 - Manishearth:clippyup, r=Manishearth
[rust.git] / src / bootstrap / builder.rs
index 0caf2d9b6db5a3f64db44e2e50e207437b6332c0..2748903f2d4756b34b5623ae324f0319f6977345 100644 (file)
@@ -443,6 +443,7 @@ macro_rules! describe {
                 dist::Rustc,
                 dist::DebuggerScripts,
                 dist::Std,
+                dist::RustcDev,
                 dist::Analysis,
                 dist::Src,
                 dist::PlainSourceTarball,
@@ -980,6 +981,7 @@ pub fn cargo(
                 Some("-Wl,-rpath,@loader_path/../lib")
             } else if !target.contains("windows") &&
                       !target.contains("wasm32") &&
+                      !target.contains("emscripten") &&
                       !target.contains("fuchsia") {
                 Some("-Wl,-rpath,$ORIGIN/../lib")
             } else {