mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Use vpython3 as the default interpreter for gn.
Change-Id: If775d156a3c069f29635a14334becee7b1f010ac Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/346460 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Emil Lundmark <lndmrk@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42025}
This commit is contained in:
parent
25468d2405
commit
09bb4f09e1
1 changed files with 2 additions and 2 deletions
4
.gn
4
.gn
|
@ -12,8 +12,8 @@ import("//build/dotfile_settings.gni")
|
|||
buildconfig = "//build/config/BUILDCONFIG.gn"
|
||||
|
||||
# The python interpreter to use by default. On Windows, this will look
|
||||
# for python3.exe and python3.bat.
|
||||
script_executable = "python3"
|
||||
# for vpython3.exe and vpython3.bat.
|
||||
script_executable = "vpython3"
|
||||
|
||||
# The secondary source root is a parallel directory tree where
|
||||
# GN build files are placed when they can not be placed directly
|
||||
|
|
Loading…
Reference in a new issue