Rollup merge of #77086 - ehuss:src-libunwind, r=Mark-Simulacrum
Include libunwind in the rust-src component.
Some targets, such as musl, need the libunwind source to build the unwind crate (referenced [here](0da5800745/library/unwind/build.rs (L142)
)).
Fixes rust-lang/wg-cargo-std-aware#59
This commit is contained in:
commit
b49990cede
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue