Skip to content

Commit

Permalink
Include stdsimd in rust-src component
Browse files Browse the repository at this point in the history
Closes #48734
  • Loading branch information
alexcrichton committed Mar 4, 2018
1 parent 1e1bfc7 commit 2f2ac9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ impl Step for Src {
"src/libterm",
"src/jemalloc",
"src/libprofiler_builtins",
"src/stdsimd",
];
let std_src_dirs_exclude = [
"src/libcompiler_builtins/compiler-rt/test",
Expand Down

0 comments on commit 2f2ac9a

Please sign in to comment.