Skip to content

Commit 240ffde

Browse files
author
Ben Chatelain
committed
Merge pull request #486 from libgit2/add-pkg-config
Include pkg-config in our dependencies.
2 parents ff51831 + 2ea1bd0 commit 240ffde

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)