Skip to content

Commit b7ad515

Browse files
authored
Merge pull request #21 from captainsafia/add-linux-support
Add Linux static bindings
2 parents db3de18 + 5a6f748 commit b7ad515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binding.gyp

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
['OS=="openbsd" or OS=="freebsd"', {
4848
}],
4949
['OS=="linux"', {
50+
'libraries': [ '<(PRODUCT_DIR)/../../zmq/lib/libzmq.a' ],
5051
}],
5152
]
5253
}

0 commit comments

Comments
 (0)