libgit2: add option to build with ssh support.
This commit is contained in:
parent
c470d36e14
commit
c6ce2dd888
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class Libgit2 < Formula
|
|||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "libssh2" => :optional
|
||||
|
||||
def install
|
||||
mkdir "build" do
|
||||
|
|
Loading…
Reference in a new issue