Skip to content

Commit fbbf0e6

Browse files
committed
fix: add sodium library to the link list for the tests
1 parent 8ef19ce commit fbbf0e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

binding.gyp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@
8080
],
8181
}],
8282

83+
['OS == "mac"', {
84+
'libraries': [
85+
'<(PRODUCT_DIR)/../libzmq/lib/libzmq.a',
86+
'-lsodium',
87+
],
88+
}],
89+
8390
['OS == "win"', {
8491
'libraries': [
8592
'<(PRODUCT_DIR)/../libzmq/lib/libzmq',

0 commit comments

Comments
 (0)