blob: ff86f35a170b8f6608a53a8287061676c5859388 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- node.gypi.orig 2021-03-03 05:40:19 UTC
+++ node.gypi
@@ -319,6 +319,9 @@
[ 'node_use_openssl=="true"', {
'defines': [ 'HAVE_OPENSSL=1' ],
'conditions': [
+ ['openssl_no_asm==1', {
+ 'defines': [ 'OPENSSL_NO_ASM' ],
+ }],
[ 'node_shared_openssl=="false"', {
'dependencies': [
'./deps/openssl/openssl.gyp:openssl',
|