rustbuild: Add x.py to source tarballs

We should be sure to add our build system entry point!

Closes #39476
This commit is contained in:
Alex Crichton 2017-02-02 19:24:20 -08:00
parent 7f294e4c18
commit 681bc5c66c

View file

@ -381,7 +381,8 @@ pub fn rust_src(build: &Build) {
"README.md",
"RELEASES.md",
"configure",
"Makefile.in"
"Makefile.in",
"x.py",
];
let src_dirs = [
"man",