aboutsummaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorUjjwal Sharma <usharma1998@gmail.com>2019-09-14 09:20:31 +0530
committerMichaël Zasso <targos@protonmail.com>2020-11-15 16:47:13 +0100
commit5451975b18407197713801402319c1e83243c2af (patch)
treee0298784dc88ca74afb1f4188e8527fbb6d1946a /common.gypi
parentc460f7af4d142d15d610c0215bbd561129b30d7c (diff)
downloadios-node-v8-5451975b18407197713801402319c1e83243c2af.tar.gz
ios-node-v8-5451975b18407197713801402319c1e83243c2af.tar.bz2
ios-node-v8-5451975b18407197713801402319c1e83243c2af.zip
deps: patch V8 to run on older XCode versions
Patch V8 (compiler/js-heap-broker.cc) to remove the use of an optional property, which is a fairly new C++ feature, since that requires a newer XCode version than the minimum requirement in BUILDING.md and thus breaks CI. 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.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index d79c828b58..62081cb7af 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.1',
+ 'v8_embedder_string': '-node.2',
##### V8 defaults for Node.js #####