Skip to content

Commit 2da1f9d

Browse files
committed
hopefully fix build issues
1 parent a1e954e commit 2da1f9d

File tree

4 files changed

+277
-182
lines changed

4 files changed

+277
-182
lines changed

generate/templates/templates/binding.gyp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"electron_openssl_static%": "<!(node -p \"process.platform !== 'linux' || process.env.NODEGIT_OPENSSL_STATIC_LINK === '1' ? 1 : 0\")",
1010
"cxx_version%": "<!(node ./utils/defaultCxxStandard.js <(target))",
1111
"has_cxxflags%": "<!(node -p \"process.env.CXXFLAGS ? 1 : 0\")",
12-
"macOS_deployment_target": "10.11"
12+
"macOS_deployment_target": "10.11",
13+
# https://github.com/nodejs/node-gyp/issues/2673
14+
'openssl_fips': '',
1315
},
1416

1517
"targets": [

lifecycleScripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = function install() {
4646
}
4747
})
4848
.then(function() {
49-
// Is we're using NodeGit from a package manager then let's clean up after
49+
// If we're using NodeGit from a package manager then let's clean up after
5050
// ourselves when we install successfully.
5151
if (!buildFlags.mustBuild) {
5252
// We can't remove the source files yet because apparently the

0 commit comments

Comments
 (0)