Skip to content

Commit

Permalink
Include libunwind in the rust-src component.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 23, 2020
1 parent 07ece44 commit 9f27f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9f27f37

Please sign in to comment.