Skip to content

Commit

Permalink
[build] Fix arguments to getNativeLibrary
Browse files Browse the repository at this point in the history
There was a duplicate short option '-e' which became an error after
commander update. the duplicate one was not used.
  • Loading branch information
charlag committed Sep 4, 2024
1 parent ba28a00 commit 037d663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/getNativeLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if (process.argv[1] === fileURLToPath(import.meta.url)) {
.option("-e, --environment <environment>", "which node environment to target", "electron")
.option("-r, --root-dir <rootDir>", "path to the root of the project", ".")
.option("-f, --force-rebuild", "force a rebuild (don't use the cache)")
.option("-e, --use-existing", "Use the existing built version (e.g. when using prebuild)")
.option(
"-c, --copy-target <copyTarget>",
"Which node-gyp target (specified in binding.gyp) to copy the output of. Defaults to the same name as the module",
Expand Down

0 comments on commit 037d663

Please sign in to comment.