File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 429
429
'inputs' : [ '<(opensslconfig)' , ],
430
430
'outputs' : [ '<(opensslconfig_internal)' , ],
431
431
'action' : [
432
- 'python' , 'tools/copyfile.py' ,
432
+ '<( python) ' , 'tools/copyfile.py' ,
433
433
'<(opensslconfig)' ,
434
434
'<(opensslconfig_internal)' ,
435
435
],
Original file line number Diff line number Diff line change 1772
1772
}],
1773
1773
],
1774
1774
'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' ,
1776
1776
'<@(v8_dump_build_config_args)' ,
1777
1777
],
1778
1778
},
1866
1866
'<(SHARED_INTERMEDIATE_DIR)/debug-support.cc' ,
1867
1867
],
1868
1868
'action' : [
1869
- 'python' ,
1869
+ '<( python) ' ,
1870
1870
'<(V8_ROOT)/tools/gen-postmortem-metadata.py' ,
1871
1871
'<@(_outputs)' ,
1872
1872
'<@(heapobject_files)'
You can’t perform that action at this time.
0 commit comments