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 558db44 commit c68f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ else {
});
}
else{
spawn('node-gyp', ['configure', `--target=${process.version.node}` ,`--runtime=node` `--arch=${process.arch}`], { stdio: 'inherit' });
spawn('node-gyp', ['configure', `--target=${process.version.node}` ,`--runtime=node`, `--arch=${process.arch}`], { stdio: 'inherit' });
spawn('node-gyp', ['build'], { stdio: 'inherit' });
}
}
Expand Down

0 comments on commit c68f2c7

Please sign in to comment.