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 c3c5b8d commit a02cb9eCopy full SHA for a02cb9e
1 file changed
vendor/libgit2.gyp
@@ -19,7 +19,6 @@
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_",
@@ -260,6 +259,9 @@
260
259
],
261
}],
262
["OS=='win'", {
+ "defines": [
263
+ "GIT_WINHTTP",
264
+ ],
265
"msvs_settings": {
266
"VCLinkerTool": {
267
"AdditionalDependencies": [
0 commit comments