File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,16 @@ Use `make` to regenerate all platform dependent files in
103
103
% make -C deps/openssl/config
104
104
```
105
105
106
+ ** Note** : If the 32-bit Windows is failing to compile run this workflow instead:
107
+
108
+ ``` console
109
+ % make -C deps/openssl/config clean
110
+ # Edit deps/openssl/openssl/crypto/perlasm/x86asm.pl changing
111
+ # # ifdef to %ifdef to make it compatible to nasm on 32-bit Windows.
112
+ # See: https://github.com/nodejs/node/pull/43603#issuecomment-1170670844
113
+ # Reference: https://github.com/openssl/openssl/issues/18459
114
+ ```
115
+
106
116
## 3. Check diffs
107
117
108
118
Check diffs to ensure updates are right. Even if there are no updates in openssl
You can’t perform that action at this time.
0 commit comments