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 ea672ec commit 2a6f6ecCopy full SHA for 2a6f6ec
pcre2-sys/generate-bindings
@@ -5,7 +5,7 @@
5
6
if ! command -V bindgen > /dev/null 2>&1; then
7
echo "bindgen must be installed" >&2
8
- echo "to install: cargo install bindgen" >&2
+ echo "to install: cargo install bindgen-cli" >&2
9
exit 1
10
fi
11
if ! [ -f "$PCRE2SYS_HEADER" ]; then
0 commit comments