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