mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: make scripts in gyp run with right python
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
a3c0713d9e
commit
92090d3435
@@ -167,7 +167,7 @@
|
||||
'msvs_quote_cmd': 0,
|
||||
'inputs': [ '<(icu_data_in)', 'icu_small.json' ],
|
||||
'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/icutmp/icudt<(icu_ver_major)<(icu_endianness).dat' ],
|
||||
'action': [ 'python',
|
||||
'action': [ '<(python)',
|
||||
'icutrim.py',
|
||||
'-P', '<(PRODUCT_DIR)/.', # '.' suffix is a workaround against GYP assumptions :(
|
||||
'-D', '<(icu_data_in)',
|
||||
@@ -252,7 +252,7 @@
|
||||
'action_name': 'icutrim',
|
||||
'inputs': [ '<(icu_data_in)', 'icu_small.json' ],
|
||||
'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/icutmp/icudt<(icu_ver_major)<(icu_endianness).dat' ],
|
||||
'action': [ 'python',
|
||||
'action': [ '<(python)',
|
||||
'icutrim.py',
|
||||
'-P', '<(PRODUCT_DIR)',
|
||||
'-D', '<(icu_data_in)',
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
'<(generate_bytecode_builtins_list_output)',
|
||||
],
|
||||
'action': [
|
||||
'python',
|
||||
'<(python)',
|
||||
'<(V8_ROOT)/tools/run.py',
|
||||
'<@(_inputs)',
|
||||
'<@(_outputs)',
|
||||
@@ -1554,7 +1554,7 @@
|
||||
'<(SHARED_INTERMEDIATE_DIR)/src/regexp/special-case.cc',
|
||||
],
|
||||
'action': [
|
||||
'python',
|
||||
'<(python)',
|
||||
'<(V8_ROOT)/tools/run.py',
|
||||
'<@(_inputs)',
|
||||
'<@(_outputs)',
|
||||
|
||||
Reference in New Issue
Block a user