mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Link Node against static dependencies just in case
This commit is contained in:
parent
5fade792a4
commit
36724b3004
@ -25,14 +25,14 @@
|
||||
['has_pkg_config == "true"', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<!@(pkg-config --libs-only-l grpc)'
|
||||
'<!@(pkg-config --libs-only-l --static grpc)'
|
||||
]
|
||||
},
|
||||
'cflags': [
|
||||
'<!@(pkg-config --cflags grpc)'
|
||||
],
|
||||
'libraries': [
|
||||
'<!@(pkg-config --libs-only-L grpc)'
|
||||
'<!@(pkg-config --libs-only-L --static grpc)'
|
||||
]
|
||||
}, {
|
||||
'link_settings': {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user