Skip to content

Commit 937e6cf

Browse files
committed
bump openssl to whatever nodejs is using
1 parent c78aad4 commit 937e6cf

File tree

2,068 files changed

+907674
-309201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,068 files changed

+907674
-309201
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
*.log
2222
.DS_STORE
2323
.idea
24+
25+
.vscode
26+
jsconfig.json

lifecycleScripts/install.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ return whichNativeNodish("..")
3434
if (asVersion) {
3535
args.push("--runtime=electron");
3636
args.push("--target=" + asVersion);
37+
args.push("--is_clang=1");
3738
} else if (nwVersion) {
3839
args.push("--runtime=node-webkit");
3940
args.push("--target=" + nwVersion);

vendor/libgit2.gyp

Lines changed: 4 additions & 938 deletions
Large diffs are not rendered by default.

vendor/openssl/asm/Makefile

Lines changed: 207 additions & 34 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)