Skip to content

Commit

Permalink
Rollup merge of rust-lang#39478 - alexcrichton:add-xpy, r=japaric
Browse files Browse the repository at this point in the history
rustbuild: Add x.py to source tarballs

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

Closes rust-lang#39476
  • Loading branch information
frewsxcv committed Feb 5, 2017
2 parents d250226 + 681bc5c commit 4b49f42
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 4b49f42

Please sign in to comment.