Skip to content

Commit

Permalink
Merge pull request #1991 from ianhattendorf/fix/win32-electron-build-…
Browse files Browse the repository at this point in the history
…openssl

Ensure OpenSSL root included in win32 Electron builds
  • Loading branch information
ianhattendorf authored Feb 20, 2024
2 parents ebe1864 + b853b3d commit 445efc0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions vendor/libgit2.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,13 @@
"GIT_WINHTTP",
"GIT_IO_WSAPOLL"
],
"conditions": [
["<(is_electron) == 1", {
"include_dirs": [
"<(electron_openssl_root)/include"
]
}]
],
"msvs_settings": {
"VCLinkerTool": {
"AdditionalDependencies": [
Expand All @@ -304,9 +311,6 @@
"/MACHINE:x86",
],
},
}],
["<(is_electron) == 1", {
"include_dirs": ["<(electron_openssl_root)/include"]
}]
],
},
Expand Down

0 comments on commit 445efc0

Please sign in to comment.