about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2020-09-22 17:20:15 -0700
committerEric Huss <eric@huss.org>2020-09-22 17:20:15 -0700
commit9f27f3796d3487411ab035803a0757d69040649c (patch)
tree7ae93e3a60c0de798f242b65a91d678c3637faf6 /src/bootstrap
parent07ece44a42b6cd33e59d58b5325f637f398464d2 (diff)
downloadrust-9f27f3796d3487411ab035803a0757d69040649c.tar.gz
rust-9f27f3796d3487411ab035803a0757d69040649c.zip
Include libunwind in the rust-src component.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/dist.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index cf73e570fa5..55ca25ffe06 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -1022,7 +1022,7 @@ impl Step for Src {
         copy_src_dirs(
             builder,
             &builder.src,
-            &["library"],
+            &["library", "src/llvm-project/libunwind"],
             &[
                 // not needed and contains symlinks which rustup currently
                 // chokes on when unpacking.