Skip to content

Commit db41b8a

Browse files
authored
Merge pull request nodegit#1560 from stevex86/fix/win32-electron-builds
Fix Electron builds on win32
2 parents 71b7db2 + 8e17db5 commit db41b8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vendor/libgit2.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,10 @@
547547
["node_root_dir.split('\\\\')[-1].startswith('iojs')", {
548548
"include_dirs": [
549549
"openssl/include"
550+
],
551+
"libraries": [
552+
"openssl/libssl.lib",
553+
"openssl/libcrypto.lib"
550554
]
551555
}, {
552556
"defines": [

0 commit comments

Comments
 (0)