Skip to content

Commit 5c084fd

Browse files
committed
Add libprofiler_builtins to the list of paths for the rust-src component
1 parent dba9f84 commit 5c084fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/bootstrap/dist.rs

+1
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ pub fn rust_src(build: &Build) {
570570
"src/libgetopts",
571571
"src/compiler-rt",
572572
"src/jemalloc",
573+
"src/libprofiler_builtins",
573574
];
574575
let std_src_dirs_exclude = [
575576
"src/compiler-rt/test",

0 commit comments

Comments
 (0)