Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2de57ed

Browse filesBrowse files
zcbenztargos
authored andcommitted
build: make scripts in gyp run with right python
PR-URL: #39730 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1224817 commit 2de57ed
Copy full SHA for 2de57ed

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎tools/icu/icu-generic.gyp‎

Copy file name to clipboardExpand all lines: tools/icu/icu-generic.gyp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
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)',
@@ -252,7 +252,7 @@
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)',
Collapse file

‎tools/v8_gypfiles/v8.gyp‎

Copy file name to clipboardExpand all lines: tools/v8_gypfiles/v8.gyp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
'<(generate_bytecode_builtins_list_output)',
232232
],
233233
'action': [
234-
'python',
234+
'<(python)',
235235
'<(V8_ROOT)/tools/run.py',
236236
'<@(_inputs)',
237237
'<@(_outputs)',
@@ -1554,7 +1554,7 @@
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)',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.