diff options
| author | bors <bors@rust-lang.org> | 2014-06-30 16:36:33 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-06-30 16:36:33 +0000 |
| commit | 94343da1bdf4de84d0ece90d920400697ad7e143 (patch) | |
| tree | 127f5c4ef6c23c25bc2aca42962e8421d06e1a77 | |
| parent | 04da31e64c983ff49234104b79133d4981ea3314 (diff) | |
| parent | 21dba11fec03eb2b80dc9de6d900d13cdf4d39d8 (diff) | |
| download | rust-94343da1bdf4de84d0ece90d920400697ad7e143.tar.gz rust-94343da1bdf4de84d0ece90d920400697ad7e143.zip | |
auto merge of #15275 : sfackler/rust/distcheck, r=alexcrichton
libcoretest wasn't being included which broke the verification of the tarball.
| -rw-r--r-- | mk/dist.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/dist.mk b/mk/dist.mk index 6a89897c292..76ebfe9b49f 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -54,6 +54,7 @@ PKG_FILES := \ driver \ etc \ $(foreach crate,$(CRATES),lib$(crate)) \ + libcoretest \ libbacktrace \ rt \ rustllvm \ |
