Skip to content

Commit 25bd704

Browse files
committed
build: make scripts in gyp run with right python
1 parent 917987c commit 25bd704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/v8_gypfiles/v8.gyp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@
17721772
}],
17731773
],
17741774
'action': [
1775-
'python', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
1775+
'<(python)', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
17761776
'<@(v8_dump_build_config_args)',
17771777
],
17781778
},
@@ -1866,7 +1866,7 @@
18661866
'<(SHARED_INTERMEDIATE_DIR)/debug-support.cc',
18671867
],
18681868
'action': [
1869-
'python',
1869+
'<(python)',
18701870
'<(V8_ROOT)/tools/gen-postmortem-metadata.py',
18711871
'<@(_outputs)',
18721872
'<@(heapobject_files)'

0 commit comments

Comments
 (0)