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 15a342f commit 90743f8Copy full SHA for 90743f8
src/lib.rs
@@ -290,7 +290,7 @@ impl fmt::Display for Error {
290
} else if cfg!(target_os = "ios") {
291
"" // iOS cross-compilation requires a custom setup, no easy fix
292
} else if cfg!(unix) {
293
- "Try `apt install pkg-config`, or `yum install pkg-config`,\n\
+ "Try `apt install pkg-config`, or `yum install pkg-config`, or `brew install pkgconf`\n\
294
or `pkg install pkg-config`, or `apk add pkgconfig` \
295
depending on your distribution.\n"
296
} else {
0 commit comments