Skip to content

Commit 4ea227f

Browse files
committed
update: macos pkg-config path
1 parent 711ef3c commit 4ea227f

File tree

1 file changed

+1
-1
lines changed
  • crates/openconnect-build/src

1 file changed

+1
-1
lines changed

crates/openconnect-build/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub fn try_pkg_config(libs: Vec<&str>) {
5151
{
5252
std::env::set_var(
5353
"PKG_CONFIG_PATH",
54-
"/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/opt/homebrew/lib/pkgconfig",
54+
"/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/opt/local/lib/pkgconfig:/opt/homebrew/lib/pkgconfig",
5555
);
5656
}
5757

0 commit comments

Comments
 (0)