We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 179e3dd + 94db3a7 commit b51e8eeCopy full SHA for b51e8ee
2 files changed
tools/git2.py
@@ -27,6 +27,8 @@ def build_library(env, deps):
27
"LIBSSH2_LIBRARY": deps[-1],
28
"USE_WINHTTP": 0,
29
"STATIC_CRT": env.get("use_static_cpp", True),
30
+ "CMAKE_DISABLE_FIND_PACKAGE_ZLIB": 1,
31
+ "CMAKE_DISABLE_FIND_PACKAGE_OPENSSL": 1,
32
}
33
34
if env["platform"] != "windows":
tools/ssh2.py
@@ -12,6 +12,8 @@ def build_library(env, deps):
12
"BUILD_EXAMPLES": 0,
13
"BUILD_TESTING": 0,
14
"BUILD_SHARED_LIBS": 0,
15
16
17
"CRYPTO_BACKEND": "OpenSSL",
18
19
0 commit comments