We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7420776 commit d1911ddCopy full SHA for d1911dd
src/bootstrap/compile.rs
@@ -355,7 +355,7 @@ fn copy_sanitizers(
355
let dst = libdir.join(&runtime.name);
356
builder.copy(&runtime.path, &dst);
357
358
- if target == "x86_64-apple-darwin" {
+ if target == "x86_64-apple-darwin" || target == "aarch64-apple-darwin" {
359
// Update the library install name reflect the fact it has been renamed.
360
let status = Command::new("install_name_tool")
361
.arg("-id")
0 commit comments