Skip to content

Commit 4f009ec

Browse files
committed
[pkg] Set the --target option to 8.11.2 in the prebuild* scripts
1 parent 9047e45 commit 4f009ec

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

binding.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
'variables': {
3+
'openssl_fips': ''
4+
},
25
'targets': [
36
{
47
'target_name': 'bufferutil',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"scripts": {
1010
"install": "node-gyp-build",
11-
"prebuild": "prebuildify --napi --strip --target=14.0.0",
12-
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=14.0.0",
11+
"prebuild": "prebuildify --napi --strip --target=8.11.2",
12+
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=8.11.2",
1313
"test": "mocha"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)