Skip to content

Commit

Permalink
[pkg] Set the --target option to 8.11.2 in the prebuild* scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Oct 16, 2023
1 parent 9047e45 commit 4f009ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
@@ -1,4 +1,7 @@
{
'variables': {
'openssl_fips': ''
},
'targets': [
{
'target_name': 'bufferutil',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,8 +8,8 @@
},
"scripts": {
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --strip --target=14.0.0",
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=14.0.0",
"prebuild": "prebuildify --napi --strip --target=8.11.2",
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=8.11.2",
"test": "mocha"
},
"repository": {
Expand Down

0 comments on commit 4f009ec

Please sign in to comment.