File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 62
62
'outputs' : [
63
63
'<!@pymod_do_main(generate_shim_headers <@(generator_args) --outputs)' ,
64
64
],
65
- 'action' : ['python ' ,
65
+ 'action' : ['<(PYTHON_EXECUTABLE) ' ,
66
66
'<(generator_path)' ,
67
67
'<@(generator_args)' ,
68
68
'--generate' ,
Original file line number Diff line number Diff line change 1408
1408
'<(SHARED_INTERMEDIATE_DIR)/src/regexp/special-case.cc' ,
1409
1409
],
1410
1410
'action' : [
1411
- 'python ' ,
1411
+ '<(PYTHON_EXECUTABLE) ' ,
1412
1412
'<(V8_ROOT)/tools/run.py' ,
1413
1413
'<@(_inputs)' ,
1414
1414
'<@(_outputs)' ,
1510
1510
}],
1511
1511
],
1512
1512
'action' : [
1513
- 'python' , '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py' ,
1513
+ '<(PYTHON_EXECUTABLE)' ,
1514
+ '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py' ,
1514
1515
'<@(v8_dump_build_config_args)' ,
1515
1516
],
1516
1517
},
1546
1547
'<(SHARED_INTERMEDIATE_DIR)/debug-support.cc' ,
1547
1548
],
1548
1549
'action' : [
1549
- 'python ' ,
1550
+ '<(PYTHON_EXECUTABLE) ' ,
1550
1551
'<(V8_ROOT)/tools/gen-postmortem-metadata.py' ,
1551
1552
'<@(_outputs)' ,
1552
1553
'<@(heapobject_files)'
You can’t perform that action at this time.
0 commit comments