Skip to content

Commit 0fe1359

Browse files
committed
whoops
1 parent 1e9595e commit 0fe1359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_helper/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub fn cc2ar(cc: &Path, target: &str) -> PathBuf {
4848
for suffix in &["gcc", "cc", "clang"] {
4949
if let Some(idx) = file.rfind(suffix) {
5050
let mut file = file[..idx].to_owned();
51-
file.push_str(suffix);
51+
file.push_str("ar");
5252
return parent.join(&file);
5353
}
5454
}

0 commit comments

Comments
 (0)