Skip to content

Commit

Permalink
Just get this working
Browse files Browse the repository at this point in the history
  • Loading branch information
kenr committed Sep 23, 2021
1 parent c62ab8a commit 8923b95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cmakebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ function runCmake (opts, target, cb) {

if (opts.debug) args.push('--debug')

// Just get this working
args.push('--target');
args.push('install');

var foundRest = false
for (var arg of opts.argv) {
if (arg === '--') {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node-api"
],
"dependencies": {
"cmake-js": "~5.2.0",
"cmake-js": "*",
"detect-libc": "^1.0.3",
"each-series-async": "^1.0.1",
"execspawn": "^1.0.1",
Expand Down

0 comments on commit 8923b95

Please sign in to comment.