File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 167167 'msvs_quote_cmd' : 0 ,
168168 'inputs' : [ '<(icu_data_in)' , 'icu_small.json' ],
169169 'outputs' : [ '<(SHARED_INTERMEDIATE_DIR)/icutmp/icudt<(icu_ver_major)<(icu_endianness).dat' ],
170- 'action' : [ 'python' ,
170+ 'action' : [ '<( python) ' ,
171171 'icutrim.py' ,
172172 '-P' , '<(PRODUCT_DIR)/.' , # '.' suffix is a workaround against GYP assumptions :(
173173 '-D' , '<(icu_data_in)' ,
252252 'action_name' : 'icutrim' ,
253253 'inputs' : [ '<(icu_data_in)' , 'icu_small.json' ],
254254 'outputs' : [ '<(SHARED_INTERMEDIATE_DIR)/icutmp/icudt<(icu_ver_major)<(icu_endianness).dat' ],
255- 'action' : [ 'python' ,
255+ 'action' : [ '<( python) ' ,
256256 'icutrim.py' ,
257257 '-P' , '<(PRODUCT_DIR)' ,
258258 '-D' , '<(icu_data_in)' ,
Original file line number Diff line number Diff line change 231231 '<(generate_bytecode_builtins_list_output)' ,
232232 ],
233233 'action' : [
234- 'python' ,
234+ '<( python) ' ,
235235 '<(V8_ROOT)/tools/run.py' ,
236236 '<@(_inputs)' ,
237237 '<@(_outputs)' ,
15541554 '<(SHARED_INTERMEDIATE_DIR)/src/regexp/special-case.cc' ,
15551555 ],
15561556 'action' : [
1557- 'python' ,
1557+ '<( python) ' ,
15581558 '<(V8_ROOT)/tools/run.py' ,
15591559 '<@(_inputs)' ,
15601560 '<@(_outputs)' ,
You can’t perform that action at this time.
0 commit comments