Skip to content
Snippets Groups Projects
Commit a7fa1000 authored by murgatroid99's avatar murgatroid99
Browse files

Merge branch 'node_electron_build' of github.com:murgatroid99/grpc into node_electron_build

parents 93d0b580 88162f82
No related branches found
No related tags found
No related merge requests found
...@@ -54,14 +54,18 @@ ...@@ -54,14 +54,18 @@
'GRPC_UV' 'GRPC_UV'
] ]
}], }],
['runtime=="electron"', {
"defines": [
'OPENSSL_NO_THREADS'
]
}],
# This is the condition for using boringssl # This is the condition for using boringssl
['OS=="win" or runtime=="electron"', { ['OS=="win" or runtime=="electron"', {
"include_dirs": [ "include_dirs": [
"third_party/boringssl/include" "third_party/boringssl/include"
], ],
"defines": [ "defines": [
'OPENSSL_NO_ASM', 'OPENSSL_NO_ASM'
'OPENSSL_NO_THREADS'
] ]
}, { }, {
# Based on logic above, we know that this must be a non-Windows system # Based on logic above, we know that this must be a non-Windows system
......
...@@ -56,14 +56,18 @@ ...@@ -56,14 +56,18 @@
'GRPC_UV' 'GRPC_UV'
] ]
}], }],
['runtime=="electron"', {
"defines": [
'OPENSSL_NO_THREADS'
]
}],
# This is the condition for using boringssl # This is the condition for using boringssl
['OS=="win" or runtime=="electron"', { ['OS=="win" or runtime=="electron"', {
"include_dirs": [ "include_dirs": [
"third_party/boringssl/include" "third_party/boringssl/include"
], ],
"defines": [ "defines": [
'OPENSSL_NO_ASM', 'OPENSSL_NO_ASM'
'OPENSSL_NO_THREADS'
] ]
}, { }, {
# Based on logic above, we know that this must be a non-Windows system # Based on logic above, we know that this must be a non-Windows system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment