Skip to content

Commit 1dc26c6

Browse files
committed
Merge pull request nodegit#512 from nodegit/fix-atom-shell-windows-compiler-error
Fix atom-shell build on windows
2 parents c0922f7 + 2c0b94e commit 1dc26c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vendor/libgit2.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@
463463
"libssh2/win32",
464464
"libssh2/include"
465465
],
466+
"defines!": [
467+
"HAVE_POLL"
468+
],
466469
"direct_dependent_settings": {
467470
"include_dirs": [
468471
"libssh2/src",

0 commit comments

Comments
 (0)