Skip to content

Commit c588de3

Browse files
committed
rustbuild: Add x.py to source tarballs
We should be sure to add our build system entry point! Closes #39476
1 parent 3f38cac commit c588de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bootstrap/dist.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ pub fn rust_src(build: &Build) {
381381
"README.md",
382382
"RELEASES.md",
383383
"configure",
384-
"Makefile.in"
384+
"Makefile.in",
385+
"x.py",
385386
];
386387
let src_dirs = [
387388
"man",

0 commit comments

Comments
 (0)