Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatheus Marchini <mmarchini@netflix.com>2020-03-06 02:56:02 +0300
committerMatheus Marchini <mmarchini@netflix.com>2020-03-19 02:23:30 +0300
commit405ae1909b9dd7c4e82d1f8b4926b21f8e591172 (patch)
tree1191b052064db28d486cfea47875a48fa6ff88e3 /node.gypi
parent339c192ddb91851afba2bd637ccdc00a47d99d0f (diff)
tools: update V8 gypfiles for 8.1
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl> Co-authored-by: Michaël Zasso <targos@protonmail.com> Co-authored-by: Richard Lau <riclau@uk.ibm.com> Co-authored-by: Ujjwal Sharma <ryzokuken@igalia.com> 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 'node.gypi')
-rw-r--r--node.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gypi b/node.gypi
index 87bcb37fc7f..43dbda7bbf5 100644
--- a/node.gypi
+++ b/node.gypi
@@ -70,7 +70,7 @@
}],
[ 'node_use_bundled_v8=="true"', {
'dependencies': [
- 'tools/v8_gypfiles/v8.gyp:v8_maybe_snapshot',
+ 'tools/v8_gypfiles/v8.gyp:v8_snapshot',
'tools/v8_gypfiles/v8.gyp:v8_libplatform',
],
}],