Skip to content

Commit

Permalink
auto merge of rust-lang#15275 : sfackler/rust/distcheck, r=alexcrichton
Browse files Browse the repository at this point in the history
libcoretest wasn't being included which broke the verification of the
tarball.
  • Loading branch information
bors committed Jun 30, 2014
2 parents 04da31e + 21dba11 commit 94343da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ PKG_FILES := \
driver \
etc \
$(foreach crate,$(CRATES),lib$(crate)) \
libcoretest \
libbacktrace \
rt \
rustllvm \
Expand Down

0 comments on commit 94343da

Please sign in to comment.