Include libunwind in the rust-src component.

This commit is contained in:
Eric Huss 2020-09-22 17:20:15 -07:00
parent 07ece44a42
commit 9f27f3796d
1 changed files with 1 additions and 1 deletions

View File

@ -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.