Fix distcheck
libcoretest wasn't being included which broke the verification of the tarball.
This commit is contained in:
parent
04da31e64c
commit
21dba11fec
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ PKG_FILES := \
|
||||||
driver \
|
driver \
|
||||||
etc \
|
etc \
|
||||||
$(foreach crate,$(CRATES),lib$(crate)) \
|
$(foreach crate,$(CRATES),lib$(crate)) \
|
||||||
|
libcoretest \
|
||||||
libbacktrace \
|
libbacktrace \
|
||||||
rt \
|
rt \
|
||||||
rustllvm \
|
rustllvm \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue