Skip to content

Commit a669e89

Browse files
committed
Use pkg-config for including shared libzmq
1 parent f9ee2a3 commit a669e89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

binding.gyp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464

6565
["zmq_shared == 'true'", {
6666
'link_settings': {
67-
'libraries': ['-lzmq'],
67+
'libraries': [
68+
'<!(pkg-config --libs libzmq)'
69+
],
6870
},
6971
}, {
7072
'conditions': [

0 commit comments

Comments
 (0)