mirror of https://github.com/grpc/grpc-node.git
Add missing comma in binding.gyp
This commit is contained in:
parent
31a0019d99
commit
9b5ed6240b
|
|
@ -225,7 +225,7 @@
|
|||
],
|
||||
'defines': [
|
||||
'_XOPEN_SOURCE=700'
|
||||
]
|
||||
],
|
||||
'dependencies': [
|
||||
],
|
||||
'sources': [
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@
|
|||
],
|
||||
'defines': [
|
||||
'_XOPEN_SOURCE=700'
|
||||
]
|
||||
],
|
||||
'dependencies': [
|
||||
% for dep in getattr(lib, 'deps', []):
|
||||
'${dep}',
|
||||
|
|
|
|||
Loading…
Reference in New Issue