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 ff51831 commit 2ea1bd0Copy full SHA for 2ea1bd0
script/bootstrap
@@ -57,7 +57,7 @@ check_deps ()
57
58
# Ensure that we have libgit2's dependencies installed.
59
installed=`brew list`
60
- libs="libssh2 libtool autoconf automake"
+ libs="libssh2 libtool autoconf automake pkg-config"
61
62
for lib in $libs
63
do
0 commit comments