Add libprofiler_builtins to the list of paths for the rust-src component

This commit is contained in:
Marco Castelluccio 2017-06-13 20:22:43 +01:00
parent dba9f84dc4
commit 5c084fd8ed

View File

@ -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",