Skip to content

Commit 90743f8

Browse files
chenrui333amyspark
andauthored
support linuxbrew
Co-authored-by: Amyspark <[email protected]>
1 parent 15a342f commit 90743f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ impl fmt::Display for Error {
290290
} else if cfg!(target_os = "ios") {
291291
"" // iOS cross-compilation requires a custom setup, no easy fix
292292
} else if cfg!(unix) {
293-
"Try `apt install pkg-config`, or `yum install pkg-config`,\n\
293+
"Try `apt install pkg-config`, or `yum install pkg-config`, or `brew install pkgconf`\n\
294294
or `pkg install pkg-config`, or `apk add pkgconfig` \
295295
depending on your distribution.\n"
296296
} else {

0 commit comments

Comments
 (0)