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 392b3d6 + c7c7822 commit 1e346f8Copy full SHA for 1e346f8
1 file changed
tools/git2.py
@@ -26,7 +26,7 @@ def build_library(env, deps):
26
"LIBSSH2_INCLUDE_DIR": env.Dir("#thirdparty/ssh2/libssh2/include").abspath,
27
"LIBSSH2_LIBRARY": deps[-1],
28
"USE_WINHTTP": 0,
29
- "STATIC_CRT": 0,
+ "STATIC_CRT": env.get("use_static_cpp", True),
30
}
31
32
if env["platform"] != "windows":
0 commit comments