diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-02-02 19:24:20 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-02-02 19:24:20 -0800 |
| commit | 681bc5c66cf6f99f7a95ebd5ed38cdd3fb3c4245 (patch) | |
| tree | fd75ff3735e4abb28ccfb8422c8226c7499232d5 | |
| parent | 7f294e4c186b461ee8fc28c75d4216822a535d7a (diff) | |
| download | rust-681bc5c66cf6f99f7a95ebd5ed38cdd3fb3c4245.tar.gz rust-681bc5c66cf6f99f7a95ebd5ed38cdd3fb3c4245.zip | |
rustbuild: Add x.py to source tarballs
We should be sure to add our build system entry point! Closes #39476
| -rw-r--r-- | src/bootstrap/dist.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 5fac142f777..9327cc0cf7f 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -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", |
