From ad4b052ffb94735477721cf6dad43df9d3250800 Mon Sep 17 00:00:00 2001 From: Marius A Date: Sat, 24 Jun 2023 11:50:20 +0200 Subject: [PATCH] Update configure.js --- lib/configure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configure.js b/lib/configure.js index 8da41a849d..460a12c5ae 100644 --- a/lib/configure.js +++ b/lib/configure.js @@ -217,7 +217,7 @@ async function configure (gyp, argv) { 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)