Added other LDFLAGS to node gyp file

pull/2310/head
murgatroid99 10 years ago
parent b771f91d60
commit 06e5471aa4
  1. 3
      src/node/binding.gyp

@ -33,6 +33,9 @@
],
'libraries': [
'<!@(pkg-config --libs-only-L --static grpc)'
],
'ldflags': [
'<!@(pkg-config --libs-only-other --static grpc)'
]
}, {
'link_settings': {

Loading…
Cancel
Save