Skip to content

Commit c3c5b8d

Browse files
committed
Pass http and https tests in Windows
1 parent 8ab40d8 commit c3c5b8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vendor/libgit2.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"GIT_THREADS",
2020
"GIT_SSH",
2121
"GIT_SSL",
22+
"GIT_WINHTTP",
2223
# Node's util.h may be accidentally included so use this to guard
2324
# against compilation error.
2425
"SRC_UTIL_H_",
@@ -318,6 +319,7 @@
318319
"libgit2/src/win32/version.h",
319320
"libgit2/src/win32/w32_util.c",
320321
"libgit2/src/win32/w32_util.h",
322+
"libgit2/src/transports/winhttp.c",
321323
"libgit2/deps/regex/regex.c",
322324
],
323325
}, {

0 commit comments

Comments
 (0)