mirror of https://github.com/grpc/grpc-node.git
Explicitly undefine OPENSSL_THREADS in binding.gyp
This commit is contained in:
parent
919d111145
commit
32c18a4956
|
@ -93,6 +93,9 @@
|
||||||
'GRPC_UV',
|
'GRPC_UV',
|
||||||
'GRPC_NODE_VERSION="1.20.2"'
|
'GRPC_NODE_VERSION="1.20.2"'
|
||||||
],
|
],
|
||||||
|
'defines!': [
|
||||||
|
'OPENSSL_THREADS'
|
||||||
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['grpc_gcov=="true"', {
|
['grpc_gcov=="true"', {
|
||||||
'cflags': [
|
'cflags': [
|
||||||
|
|
|
@ -85,6 +85,9 @@
|
||||||
'GRPC_UV',
|
'GRPC_UV',
|
||||||
'GRPC_NODE_VERSION="${settings.get('node_version', settings.version)}"'
|
'GRPC_NODE_VERSION="${settings.get('node_version', settings.version)}"'
|
||||||
],
|
],
|
||||||
|
'defines!': [
|
||||||
|
'OPENSSL_THREADS'
|
||||||
|
],
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['grpc_gcov=="true"', {
|
['grpc_gcov=="true"', {
|
||||||
% for arg, prop in [('CPPFLAGS', 'cflags'), ('DEFINES', 'defines'), ('LDFLAGS', 'ldflags')]:
|
% for arg, prop in [('CPPFLAGS', 'cflags'), ('DEFINES', 'defines'), ('LDFLAGS', 'ldflags')]:
|
||||||
|
|
Loading…
Reference in New Issue