Skip to content

Commit

Permalink
testing macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 6, 2025
1 parent c68f2c7 commit 59272d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ else {
});
}
else{
spawn('node-gyp', ['configure', `--target=${process.version.node}` ,`--runtime=node`, `--arch=${process.arch}`], { stdio: 'inherit' });
spawn('node-gyp', ['build'], { stdio: 'inherit' });
spawn('node-gyp', [`configure --target=${process.version.node} --runtime=node --arch=${process.arch}`, 'build'], { stdio: 'inherit' });
}
}
else{
Expand Down

0 comments on commit 59272d8

Please sign in to comment.