mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #39478 - alexcrichton:add-xpy, r=japaric
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:
commit
403ca55a85
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user