From 33384c0c4ed9dea4f0525943809fc444c41a27df Mon Sep 17 00:00:00 2001 From: Lucy Menon <168595099+syntactically@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:46:22 +0100 Subject: [PATCH] Fix merge conflict causing MacOS build failure Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com> --- src/toolchain.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/toolchain.rs b/src/toolchain.rs index e410bd2..f688861 100644 --- a/src/toolchain.rs +++ b/src/toolchain.rs @@ -324,7 +324,6 @@ pub fn find_cc() -> Result { } pub fn find_ar() -> Result { - #[cfg(not(target_os = "macos"))] let ar = which::which("ar"); let llvm_ar = which::which("llvm-ar"); // The system archiver on macOS can't deal with ELFs, so check