Skip to content

Commit 30cba1b

Browse files
refacknodejs-ci
authored andcommitted
deps: V8 fix build on windows
1 parent 61d2fb8 commit 30cba1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/v8/src/v8.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,8 +2538,8 @@
25382538
],
25392539
'action': [
25402540
'python',
2541-
'../tools/testrunner/utils/dump_build_config_gyp.py',
2542-
'<(PRODUCT_DIR)/v8_build_config.json',
2541+
'<@(_inputs)',
2542+
'<@(_outputs)',
25432543
'dcheck_always_on=<(dcheck_always_on)',
25442544
'is_asan=<(asan)',
25452545
'is_cfi=<(cfi_vptr)',

0 commit comments

Comments
 (0)