Skip to content

Commit

Permalink
rustbuild: Add x.py to source tarballs
Browse files Browse the repository at this point in the history
We should be sure to add our build system entry point!

Closes #39476
  • Loading branch information
alexcrichton committed Feb 11, 2017
1 parent 3f38cac commit c588de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c588de3

Please sign in to comment.