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 afe3f93 commit c12e0ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ else {
}
else{
spawn('node-gyp', [`configure`, `--target=${process.versions.node}`, `--runtime=node`, `--arch=${process.arch}`], { stdio: 'inherit' });
spawn('node-gyp', ['build'], { stdio: 'inherit' });
}
}
else{
Expand Down

0 comments on commit c12e0ea

Please sign in to comment.