Skip to content

Commit 47dd75b

Browse files
committed
Merge pull request #3 from minrk/static-link
statically link libzmq
2 parents 505968b + fb6b794 commit 47dd75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
}, {
35-
'libraries': ['-lzmq'],
35+
'libraries': [ '<!@(pkg-config libzmq --variable=libdir)/libzmq.a' ],
3636
'cflags!': ['-fno-exceptions'],
3737
'cflags_cc!': ['-fno-exceptions'],
3838
}],

0 commit comments

Comments
 (0)