Skip to content

Commit

Permalink
Merge pull request #21 from captainsafia/add-linux-support
Browse files Browse the repository at this point in the history
Add Linux static bindings
  • Loading branch information
rgbkrk authored Aug 12, 2016
2 parents db3de18 + 5a6f748 commit b7ad515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
['OS=="openbsd" or OS=="freebsd"', {
}],
['OS=="linux"', {
'libraries': [ '<(PRODUCT_DIR)/../../zmq/lib/libzmq.a' ],
}],
]
}
Expand Down

0 comments on commit b7ad515

Please sign in to comment.