Skip to content

Commit 2ea1bd0

Browse files
committed
Include pkg-config in our dependencies.
1 parent ff51831 commit 2ea1bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ check_deps ()
5757

5858
# Ensure that we have libgit2's dependencies installed.
5959
installed=`brew list`
60-
libs="libssh2 libtool autoconf automake"
60+
libs="libssh2 libtool autoconf automake pkg-config"
6161

6262
for lib in $libs
6363
do

0 commit comments

Comments
 (0)