Uh oh!
There was an error while loading. Please reload this page.
build,win: fix vs2022 compilation - #61530
Conversation
I checked this out and confirm it was broken before and is now fixed. 👍🏻 I hadn't previously noticed because I hadn't used In a side-by-side installation: VS Build Tools 2022 VS Build Tools 2026
Edit: fixed |
StefanStojanovic
commented
Jan 27, 2026
You are right, I haven't noticed that. It is changed now. |
nodejs-github-bot
commented
Jan 27, 2026
nodejs-github-bot
commented
Jan 27, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jan 28, 2026
Landed in 5a8864d |
PR-URL: #61530 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
PR-URL: nodejs#61530 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
When we added VS2026 support, by accident we broke VS2022 compilation if you have both VS2026 and VS2022 installed (eg, you had to provide the
vs2022parameter). This PR fixes that bug.