diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-01-19 09:46:10 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-01-24 15:47:30 +0100 |
commit | 24d1fae0733b6f89c55797d3a93aba220de2ae44 (patch) | |
tree | a46d3c27ac64ba2f4e7ae43b8511510acdcc5d51 | |
parent | 02ff78ee73bb8df43e78450ec379b5b006126d73 (diff) | |
download | justbuild-24d1fae0733b6f89c55797d3a93aba220de2ae44.tar.gz |
libgit2: Enable https support
-rw-r--r-- | TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ , "bindings": [ ["USE_SHA1", "OpenSSL"] , ["USE_SSH", false] - , ["USE_HTTPS", false] + , ["USE_HTTPS", "OpenSSL"] , ["USE_GSSAPI", false] ] , "body": |