summaryrefslogtreecommitdiff
path: root/node.gypi
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-06-28 15:44:49 +0200
committerMichaël Zasso <targos@protonmail.com>2019-07-12 16:31:41 +0200
commita8ed416eadd1cb11843016eda13206e7cec54be1 (patch)
tree23c474479e4f2a15a0a62c3ca234b0d5265d1ca6 /node.gypi
parent641d57fc0abb90033b976356dc3f5c8220d3bf71 (diff)
downloadandroid-node-v8-a8ed416eadd1cb11843016eda13206e7cec54be1.tar.gz
android-node-v8-a8ed416eadd1cb11843016eda13206e7cec54be1.tar.bz2
android-node-v8-a8ed416eadd1cb11843016eda13206e7cec54be1.zip
build: do not always build the default V8 snapshot
It should be skipped if Node.js is built with the --without-snapshot configure flag. PR-URL: https://github.com/nodejs/node/pull/28467 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
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 8f01cb206c..cc98b0f723 100644
--- a/node.gypi
+++ b/node.gypi
@@ -70,7 +70,7 @@
}],
[ 'node_use_bundled_v8=="true"', {
'dependencies': [
- 'tools/v8_gypfiles/v8.gyp:v8_snapshot',
+ 'tools/v8_gypfiles/v8.gyp:v8_maybe_snapshot',
'tools/v8_gypfiles/v8.gyp:v8_libplatform',
],
}],