Skip to content

Commit

Permalink
If "aarch64-apple-darwin", copy sanitizers.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Dec 10, 2020
1 parent 7420776 commit d1911dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/compile.rs
Expand Up @@ -355,7 +355,7 @@ fn copy_sanitizers(
let dst = libdir.join(&runtime.name);
builder.copy(&runtime.path, &dst);

if target == "x86_64-apple-darwin" {
if target == "x86_64-apple-darwin" || target == "aarch64-apple-darwin" {
// Update the library install name reflect the fact it has been renamed.
let status = Command::new("install_name_tool")
.arg("-id")
Expand Down

0 comments on commit d1911dd

Please sign in to comment.