Enable ssh support on libgit2

This commit is contained in:
Alberto Fanjul 2024-02-10 11:00:20 +01:00
parent 525751e620
commit 8963959731

View file

@ -61,7 +61,8 @@
"config-opts" : [ "config-opts" : [
"-DBUILD_SHARED_LIBS:BOOL=ON", "-DBUILD_SHARED_LIBS:BOOL=ON",
"-DBUILD_TESTS:BOOL=OFF", "-DBUILD_TESTS:BOOL=OFF",
"-DUSE_THREADS:BOOL=ON" "-DUSE_THREADS:BOOL=ON",
"-DUSE_SSH:BOOL=ON"
], ],
"sources" : [ "sources" : [
{ {