node-gyp
node-gyp copied to clipboard
Build bug in target arch config
https://github.com/nodejs/node-gyp/blob/a26494fbb8883d9ef784503979e115dec3e2791e/lib/configure.js#L271
'<(target_arch)'
should be '$(target_arch)'
Is this still an issue on https://github.com/nodejs/node-gyp/releases/tag/v9.4.0 ?
@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.