File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 167
167
'msvs_quote_cmd' : 0 ,
168
168
'inputs' : [ '<(icu_data_in)' , 'icu_small.json' ],
169
169
'outputs' : [ '<(SHARED_INTERMEDIATE_DIR)/icutmp/icudt<(icu_ver_major)<(icu_endianness).dat' ],
170
- 'action' : [ 'python' ,
170
+ 'action' : [ '<( python) ' ,
171
171
'icutrim.py' ,
172
172
'-P' , '<(PRODUCT_DIR)/.' , # '.' suffix is a workaround against GYP assumptions :(
173
173
'-D' , '<(icu_data_in)' ,
252
252
'action_name' : 'icutrim' ,
253
253
'inputs' : [ '<(icu_data_in)' , 'icu_small.json' ],
254
254
'outputs' : [ '<(SHARED_INTERMEDIATE_DIR)/icutmp/icudt<(icu_ver_major)<(icu_endianness).dat' ],
255
- 'action' : [ 'python' ,
255
+ 'action' : [ '<( python) ' ,
256
256
'icutrim.py' ,
257
257
'-P' , '<(PRODUCT_DIR)' ,
258
258
'-D' , '<(icu_data_in)' ,
Original file line number Diff line number Diff line change 231
231
'<(generate_bytecode_builtins_list_output)' ,
232
232
],
233
233
'action' : [
234
- 'python' ,
234
+ '<( python) ' ,
235
235
'<(V8_ROOT)/tools/run.py' ,
236
236
'<@(_inputs)' ,
237
237
'<@(_outputs)' ,
1554
1554
'<(SHARED_INTERMEDIATE_DIR)/src/regexp/special-case.cc' ,
1555
1555
],
1556
1556
'action' : [
1557
- 'python' ,
1557
+ '<( python) ' ,
1558
1558
'<(V8_ROOT)/tools/run.py' ,
1559
1559
'<@(_inputs)' ,
1560
1560
'<@(_outputs)' ,
You can’t perform that action at this time.
0 commit comments