Skip to content

Commit

Permalink
patch vcbuild only in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledion Bitincka committed Sep 27, 2023
1 parent 4b9f9eb commit d14bc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class NodeJsBuilder {
this.nodePath('node.gyp'),
join(this.patchDir, 'node.gyp.patch'));

await patchFile(
isWindows && await patchFile(
this.nodePath('vcbuild.bat'),
join(this.patchDir, 'vcbuild.bat.patch'));

Expand Down

0 comments on commit d14bc25

Please # to comment.