nodejs / gyp-next

A fork of the GYP build system for use in the Node.js projects
BSD 3-Clause "New" or "Revised" License
125 stars 69 forks source link

fix: support empty dictionary keys in input #245

Closed targos closed 2 months ago

targos commented 2 months ago

Certain old keys in msvs_settings (like "LinkIncremental") are moved to the top level when translated to msbuild_settings. This change allows to set them when msbuild_settings are authored directly.