Update History.md to mention GYP_MSVS_VERSION.

This commit is contained in:
Ben Newman
2016-07-16 14:04:14 -04:00
parent ac7660e41a
commit 785c1b08b4

View File

@@ -32,6 +32,10 @@
stored in `.meteor/local/resolver-result-cache.json` so that it need not
be recomputed every time Meteor starts up.
* If the `$GYP_MSVS_VERSION` environment variable is not explicitly
provided to `meteor {node,npm}`, the `node-gyp` tool will infer the
appropriate version (though it still defaults to "2015").
## v1.3.4.4
* Fixed [#7374](https://github.com/meteor/meteor/issues/7374).