mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 21:16:52 +00:00
Enable ssh support on libgit2
This commit is contained in:
parent
525751e620
commit
8963959731
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@
|
|||
"config-opts" : [
|
||||
"-DBUILD_SHARED_LIBS:BOOL=ON",
|
||||
"-DBUILD_TESTS:BOOL=OFF",
|
||||
"-DUSE_THREADS:BOOL=ON"
|
||||
"-DUSE_THREADS:BOOL=ON",
|
||||
"-DUSE_SSH:BOOL=ON"
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue