We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbe9f7 commit 206a662Copy full SHA for 206a662
src/bootstrap/compile.rs
@@ -574,9 +574,9 @@ fn copy_sanitizers(
574
|| target == "aarch64-apple-darwin"
575
|| target == "aarch64-apple-ios"
576
|| target == "aarch64-apple-ios-sim"
577
- || target == "aarch64-apple-ios-catalyst"
+ || target == "aarch64-apple-ios-macabi"
578
|| target == "x86_64-apple-ios"
579
- || target == "x86_64-apple-ios-catalyst"
+ || target == "x86_64-apple-ios-macabi"
580
{
581
// Update the library’s install name to reflect that it has been renamed.
582
apple_darwin_update_library_name(&dst, &format!("@rpath/{}", &runtime.name));
0 commit comments