@ -1525,6 +1525,8 @@ impl Build {
Ok(Some("c++".to_string()))
} else if target.contains("freebsd") {
} else if target.contains("openbsd") {
} else {
Ok(Some("stdc++".to_string()))
}