diff options
author | Joao Reis <reis@janeasystems.com> | 2019-11-01 08:39:18 +0100 |
---|---|---|
committer | Myles Borins <mylesborins@github.com> | 2020-07-16 17:09:15 -0400 |
commit | eb6ded61b7544110286535754920a5e3bf11b964 (patch) | |
tree | 302e165ed828da78a8dd32bd0df43ffc8e1265ad /common.gypi | |
parent | a4b71e02ca1ab89a1b39b2296eb6e1f137ba6595 (diff) | |
download | node-new-eb6ded61b7544110286535754920a5e3bf11b964.tar.gz |
deps: make v8.h compatible with VS2015
There is a bug in the most recent version of VS2015 that affects v8.h
and therefore prevents compilation of addons.
Refs: https://stackoverflow.com/q/38378693
Backport-PR-URL: https://github.com/nodejs/node/pull/34356
PR-URL: https://github.com/nodejs/node/pull/32116
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi index 0f8a5d9ddc..ed5f784209 100644 --- a/common.gypi +++ b/common.gypi @@ -36,7 +36,7 @@ # Reset this number to 0 on major V8 upgrades. # Increment by one for each non-official patch applied to deps/v8. - 'v8_embedder_string': '-node.4', + 'v8_embedder_string': '-node.5', ##### V8 defaults for Node.js ##### |