node-gyp icon indicating copy to clipboard operation
node-gyp copied to clipboard

Build bug in target arch config

Open moccajoghurt opened this issue 1 year ago • 2 comments

https://github.com/nodejs/node-gyp/blob/a26494fbb8883d9ef784503979e115dec3e2791e/lib/configure.js#L271

'<(target_arch)' should be '$(target_arch)'

moccajoghurt avatar Jun 05 '23 12:06 moccajoghurt

Is this still an issue on https://github.com/nodejs/node-gyp/releases/tag/v9.4.0 ?

cclauss avatar Jun 13 '23 07:06 cclauss

@cclauss the issue is still present in the main branch https://github.com/nodejs/node-gyp/blob/main/lib/configure.js#L251 so I would think, yes.

shazron avatar Aug 25 '23 10:08 shazron