about summary refs log tree commit diff
path: root/src/bootstrap/dist.rs
diff options
context:
space:
mode:
authorMarco Castelluccio <mcastelluccio@mozilla.com>2017-06-13 20:22:43 +0100
committerMarco Castelluccio <mcastelluccio@mozilla.com>2017-06-13 20:22:43 +0100
commit5c084fd8edd986d8a4bd9ff37b303f8777623a56 (patch)
tree4c91ceefd4b07eadbd54f4bdb43869e90d3d92fe /src/bootstrap/dist.rs
parentdba9f84dc464e6e9ff89cc0882660dc192244b17 (diff)
downloadrust-5c084fd8edd986d8a4bd9ff37b303f8777623a56.tar.gz
rust-5c084fd8edd986d8a4bd9ff37b303f8777623a56.zip
Add libprofiler_builtins to the list of paths for the rust-src component
Diffstat (limited to 'src/bootstrap/dist.rs')
-rw-r--r--src/bootstrap/dist.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index 26d44ae7693..ebf602373c9 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -570,6 +570,7 @@ pub fn rust_src(build: &Build) {
         "src/libgetopts",
         "src/compiler-rt",
         "src/jemalloc",
+        "src/libprofiler_builtins",
     ];
     let std_src_dirs_exclude = [
         "src/compiler-rt/test",