-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
- Node Version: v18.11.0
- Platform: Windows 11
- Compiler: MSVC 2022
- Module: -
Hello.
I would like to specify the detailed version of VisualC++ to be used in the build.
Currently, the latest MSVC Toolset installed in the environment is used.
The ability to insert <VCToolsVersion> into the .vcxproj output by node-gyp would be nice.
example
'configurations': {
'Debug': {
'msvs_settings': {
'VCCLCompilerTool': {
'VCToolsVersion': '14.36.32532',
Thank you in advance.