Fix binding.gyp syntax

This commit is contained in:
murgatroid99 2017-01-13 11:00:53 -08:00
parent b19ac96487
commit e8ec16da0e
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
'GRPC_UV' 'GRPC_UV'
] ]
}], }],
['OS!="win" && runtime=="electron"', { ['OS!="win" and runtime=="electron"', {
"defines": [ "defines": [
'OPENSSL_NO_THREADS' 'OPENSSL_NO_THREADS'
] ]

View File

@ -56,7 +56,7 @@
'GRPC_UV' 'GRPC_UV'
] ]
}], }],
['OS!="win" && runtime=="electron"', { ['OS!="win" and runtime=="electron"', {
"defines": [ "defines": [
'OPENSSL_NO_THREADS' 'OPENSSL_NO_THREADS'
] ]