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.
1 parent 8ab40d8 commit c3c5b8dCopy full SHA for c3c5b8d
1 file changed
vendor/libgit2.gyp
@@ -19,6 +19,7 @@
19
"GIT_THREADS",
20
"GIT_SSH",
21
"GIT_SSL",
22
+ "GIT_WINHTTP",
23
# Node's util.h may be accidentally included so use this to guard
24
# against compilation error.
25
"SRC_UTIL_H_",
@@ -318,6 +319,7 @@
318
319
"libgit2/src/win32/version.h",
320
"libgit2/src/win32/w32_util.c",
321
"libgit2/src/win32/w32_util.h",
322
+ "libgit2/src/transports/winhttp.c",
323
"libgit2/deps/regex/regex.c",
324
],
325
}, {
0 commit comments