From a8ed416eadd1cb11843016eda13206e7cec54be1 Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Fri, 28 Jun 2019 15:44:49 +0200 Subject: 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 Reviewed-By: Colin Ihrig Reviewed-By: Joyee Cheung Reviewed-By: Richard Lau Reviewed-By: Ujjwal Sharma Reviewed-By: Rich Trott --- node.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.gypi') 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', ], }], -- cgit v1.2.3