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 19cdc2d commit 3c2aa27Copy full SHA for 3c2aa27
src/lib.rs
@@ -285,7 +285,7 @@ impl fmt::Display for Error {
285
io::ErrorKind::NotFound => {
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") {
+ let instructions = if cfg!(target_os = "macos") {
289
"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\
0 commit comments