Skip to content

Commit

Permalink
build: make scripts in gyp run with right python
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Nov 12, 2022
1 parent 917987c commit 25bd704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -1772,7 +1772,7 @@
}],
],
'action': [
'python', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
'<(python)', '<(V8_ROOT)/tools/testrunner/utils/dump_build_config_gyp.py',
'<@(v8_dump_build_config_args)',
],
},
Expand Down Expand Up @@ -1866,7 +1866,7 @@
'<(SHARED_INTERMEDIATE_DIR)/debug-support.cc',
],
'action': [
'python',
'<(python)',
'<(V8_ROOT)/tools/gen-postmortem-metadata.py',
'<@(_outputs)',
'<@(heapobject_files)'
Expand Down

0 comments on commit 25bd704

Please sign in to comment.