Skip to content

Commit

Permalink
Use pkgconf instead of pkg-conf for brew builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored Dec 19, 2024
1 parent 91fcbdb commit c35b112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ impl fmt::Display for Error {
let crate_name =
std::env::var("CARGO_PKG_NAME").unwrap_or_else(|_| "sys".to_owned());
let instructions = if cfg!(target_os = "macos") || cfg!(target_os = "ios") {
"Try `brew install pkg-config` if you have Homebrew.\n"
"Try `brew install pkgconf` if you have Homebrew.\n"
} else if cfg!(unix) {
"Try `apt install pkg-config`, or `yum install pkg-config`,\n\
or `pkg install pkg-config`, or `apk add pkgconfig` \
Expand Down

0 comments on commit c35b112

Please sign in to comment.