From 5c084fd8edd986d8a4bd9ff37b303f8777623a56 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Tue, 13 Jun 2017 20:22:43 +0100 Subject: [PATCH] Add libprofiler_builtins to the list of paths for the rust-src component --- src/bootstrap/dist.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 26d44ae7693ad..ebf602373c965 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",