| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -97,6 +97,16 @@ Use `make` to regenerate all platform dependent files in | |||
| 97 | 97 | % make -C deps/openssl/config | |
| 98 | 98 | ``` | |
| 99 | 99 | ||
| 100 | + **Note**: If the 32-bit Windows is failing to compile run this workflow instead: | ||
| 101 | + | ||
| 102 | + ```console | ||
| 103 | + % make -C deps/openssl/config clean | ||
| 104 | + # Edit deps/openssl/openssl/crypto/perlasm/x86asm.pl changing | ||
| 105 | + # #ifdef to %ifdef to make it compatible to nasm on 32-bit Windows. | ||
| 106 | + # See: https://github.com/nodejs/node/pull/43603#issuecomment-1170670844 | ||
| 107 | + # Reference: https://github.com/openssl/openssl/issues/18459 | ||
| 108 | + ``` | ||
| 109 | + | ||
| 100 | 110 | ## 3. Check diffs | |
| 101 | 111 | ||
| 102 | 112 | Check diffs to ensure updates are right. Even if there are no updates in openssl | |
| Back | FazBrowse Home | New Git URL |
0 commit comments