Skip to content

Commit

Permalink
Update configure.js
Browse files Browse the repository at this point in the history
  • Loading branch information
moccajoghurt committed Jun 24, 2023
1 parent b030555 commit 670caa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function configure (gyp, argv, callback) {
const nodeGypDir = path.resolve(__dirname, '..')

let nodeLibFile = path.join(nodeDir,
!gyp.opts.nodedir ? '<(target_arch)' : '$(Configuration)',
!gyp.opts.nodedir ? '$(target_arch)' : '$(Configuration)',
release.name + '.lib')

argv.push('-I', addonGypi)
Expand Down

0 comments on commit 670caa2

Please sign in to comment.