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.
pkgconf
pkg-config
1 parent 91fcbdb commit 19cdc2dCopy full SHA for 19cdc2d
src/lib.rs
@@ -286,7 +286,7 @@ impl fmt::Display for Error {
286
let crate_name =
287
std::env::var("CARGO_PKG_NAME").unwrap_or_else(|_| "sys".to_owned());
288
let instructions = if cfg!(target_os = "macos") || cfg!(target_os = "ios") {
289
- "Try `brew install pkg-config` if you have Homebrew.\n"
+ "Try `brew install pkgconf` if you have Homebrew.\n"
290
} else if cfg!(unix) {
291
"Try `apt install pkg-config`, or `yum install pkg-config`,\n\
292
or `pkg install pkg-config`, or `apk add pkgconfig` \
0 commit comments