Skip to content

Commit

Permalink
fix: add sodium library to the link list for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 16, 2022
1 parent 8ef19ce commit fbbf0e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@
],
}],

['OS == "mac"', {
'libraries': [
'<(PRODUCT_DIR)/../libzmq/lib/libzmq.a',
'-lsodium',
],
}],

['OS == "win"', {
'libraries': [
'<(PRODUCT_DIR)/../libzmq/lib/libzmq',
Expand Down

0 comments on commit fbbf0e6

Please sign in to comment.