Files

13 lines
402 B
Python
Raw Permalink Normal View History

2025-05-18 11:50:15 +09:00
--- node.gypi.orig 2024-10-16 14:36:58 UTC
2024-01-16 12:58:24 +09:00
+++ node.gypi
2025-05-18 11:50:15 +09:00
@@ -358,6 +358,9 @@
2024-01-16 12:58:24 +09:00
[ 'node_use_openssl=="true"', {
'defines': [ 'HAVE_OPENSSL=1' ],
'conditions': [
+ ['openssl_no_asm==1', {
+ 'defines': [ 'OPENSSL_NO_ASM' ],
+ }],
[ 'node_shared_openssl=="false"', {
'defines': [ 'OPENSSL_API_COMPAT=0x10100000L', ],
'dependencies': [