Skip to content

Commit 9f27f37

Browse files
committed
Include libunwind in the rust-src component.
1 parent 07ece44 commit 9f27f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ impl Step for Src {
10221022
copy_src_dirs(
10231023
builder,
10241024
&builder.src,
1025-
&["library"],
1025+
&["library", "src/llvm-project/libunwind"],
10261026
&[
10271027
// not needed and contains symlinks which rustup currently
10281028
// chokes on when unpacking.

0 commit comments

Comments
 (0)