File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,6 +103,16 @@ Use `make` to regenerate all platform dependent files in
103103% make -C deps/openssl/config
104104```
105105
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+
106116## 3. Check diffs
107117
108118Check 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