We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dedde commit 016fe3eCopy full SHA for 016fe3e
.github/workflows/CI.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: Install Dependencies and Build
115
if: ${{ !matrix.docker }}
116
- run: pnpm install --verbose
+ run: pnpm install
117
118
- name: Prebuild
119
binding.gyp
@@ -46,7 +46,6 @@
46
],
47
48
'include_dirs': [
49
- "vendor",
50
'<(module_root_dir)/build/libzmq/include',
51
"<!@(node -p \"require('node-addon-api').include\")"
52
@@ -83,7 +82,7 @@
83
82
['OS == "mac"', {
84
'libraries': [
85
'<(module_root_dir)/build/libzmq/lib/libzmq.a',
86
- '-lsodium',
+ "<!@(pkg-config libsodium --libs)",
87
88
}],
89
0 commit comments