|
|
|
@ -120,6 +120,15 @@ |
|
|
|
|
] |
|
|
|
|
}, { |
|
|
|
|
'conditions': [ |
|
|
|
|
["target_arch=='ia32'", { |
|
|
|
|
"include_dirs": [ "<(node_root_dir)/deps/openssl/config/piii" ] |
|
|
|
|
}], |
|
|
|
|
["target_arch=='x64'", { |
|
|
|
|
"include_dirs": [ "<(node_root_dir)/deps/openssl/config/k8" ] |
|
|
|
|
}], |
|
|
|
|
["target_arch=='arm'", { |
|
|
|
|
"include_dirs": [ "<(node_root_dir)/deps/openssl/config/arm" ] |
|
|
|
|
}], |
|
|
|
|
['grpc_alpn=="true"', { |
|
|
|
|
'defines': [ |
|
|
|
|
'TSI_OPENSSL_ALPN_SUPPORT=1' |
|
|
|
@ -132,17 +141,6 @@ |
|
|
|
|
], |
|
|
|
|
'include_dirs': [ |
|
|
|
|
'<(node_root_dir)/deps/openssl/openssl/include', |
|
|
|
|
], |
|
|
|
|
'conditions': [ |
|
|
|
|
["target_arch=='ia32'", { |
|
|
|
|
"include_dirs": [ "<(node_root_dir)/deps/openssl/config/piii" ] |
|
|
|
|
}], |
|
|
|
|
["target_arch=='x64'", { |
|
|
|
|
"include_dirs": [ "<(node_root_dir)/deps/openssl/config/k8" ] |
|
|
|
|
}], |
|
|
|
|
["target_arch=='arm'", { |
|
|
|
|
"include_dirs": [ "<(node_root_dir)/deps/openssl/config/arm" ] |
|
|
|
|
}] |
|
|
|
|
] |
|
|
|
|
}], |
|
|
|
|
['OS == "win"', { |
|
|
|
|