We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917987c commit 25bd704Copy full SHA for 25bd704
tools/v8_gypfiles/v8.gyp
@@ -1772,7 +1772,7 @@
1772
}],
1773
],
1774
'action': [
1775
- 'python', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
+ '<(python)', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
1776
'<@(v8_dump_build_config_args)',
1777
1778
},
@@ -1866,7 +1866,7 @@
1866
'<(SHARED_INTERMEDIATE_DIR)/debug-support.cc',
1867
1868
1869
- 'python',
+ '<(python)',
1870
'<(V8_ROOT)/tools/gen-postmortem-metadata.py',
1871
'<@(_outputs)',
1872
'<@(heapobject_files)'
0 commit comments