node.lib(node_lib.Protocol.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in atom_main.obj
This is because in the GN build, node is linked statically instead of
dynamically in non-component builds.
Fixes link errors of the form:
This is because in the GN build, node is linked statically instead of dynamically in non-component builds.