Skip to content

Commit d1911dd

Browse files
committed
If "aarch64-apple-darwin", copy sanitizers.
1 parent 7420776 commit d1911dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ fn copy_sanitizers(
355355
let dst = libdir.join(&runtime.name);
356356
builder.copy(&runtime.path, &dst);
357357

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

0 commit comments

Comments
 (0)