diff --git a/src/lib.rs b/src/lib.rs index c562d05..a444b36 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -802,6 +802,8 @@ impl Config { None } else if target.contains("darwin") { Some("c++".to_string()) + } else if target.contains("freebsd") { + Some("c++".to_string()) } else { Some("stdc++".to_string()) }