We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711ef3c commit 4ea227fCopy full SHA for 4ea227f
crates/openconnect-build/src/lib.rs
@@ -51,7 +51,7 @@ pub fn try_pkg_config(libs: Vec<&str>) {
51
{
52
std::env::set_var(
53
"PKG_CONFIG_PATH",
54
- "/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/opt/homebrew/lib/pkgconfig",
+ "/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/opt/local/lib/pkgconfig:/opt/homebrew/lib/pkgconfig",
55
);
56
}
57
0 commit comments