diff options
| author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2019-06-14 11:24:59 +0200 |
|---|---|---|
| committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2019-06-14 11:24:59 +0200 |
| commit | 4d5f97e8337e40f920ec51cbc237a9d5e208965a (patch) | |
| tree | 5e8c2223cf584b76e30659be931b797b1d3490a0 | |
| parent | bcc568f27b8064354238972dc41d59428b0e3abc (diff) | |
| download | rust-4d5f97e8337e40f920ec51cbc237a9d5e208965a.tar.gz rust-4d5f97e8337e40f920ec51cbc237a9d5e208965a.zip | |
rustbuild: include llvm-libunwind in dist tarball
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
| -rw-r--r-- | src/bootstrap/dist.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 27496191618..45bc77ec97d 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -804,6 +804,7 @@ fn copy_src_dirs(builder: &Builder<'_>, src_dirs: &[&str], exclude_dirs: &[&str] const LLVM_PROJECTS: &[&str] = &[ "llvm-project/clang", "llvm-project\\clang", + "llvm-project/libunwind", "llvm-project\\libunwind", "llvm-project/lld", "llvm-project\\lld", "llvm-project/lldb", "llvm-project\\lldb", "llvm-project/llvm", "llvm-project\\llvm", |
