build: do not depend on V8 deps on `--without-bundled-v8` builds · nodejs/node@bab750d · GitHub
Skip to content

Commit bab750d

Browse files
committed
build: do not depend on V8 deps on --without-bundled-v8 builds
PR-URL: #62033 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent 1d91a72 commit bab750d

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

node.gyp

Lines changed: 7 additions & 3 deletions

node.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
'dependencies': [ 'deps/simdjson/simdjson.gyp:simdjson' ],
235235
}],
236236

237-
[ 'node_shared_simdutf=="false"', {
237+
[ 'node_shared_simdutf=="false" and node_use_bundled_v8!="false"', {
238238
'dependencies': [ 'tools/v8_gypfiles/v8.gyp:simdutf' ],
239239
}],
240240

tools/nix/v8.nix

Lines changed: 9 additions & 13 deletions

0 commit comments

Comments
 (0)