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:
Jeremy Leconte 2024-04-09 14:54:10 +02:00 committed by WebRTC LUCI CQ
parent 25468d2405
commit 09bb4f09e1

4
.gn
View file

@ -12,8 +12,8 @@ import("//build/dotfile_settings.gni")
buildconfig = "//build/config/BUILDCONFIG.gn" buildconfig = "//build/config/BUILDCONFIG.gn"
# The python interpreter to use by default. On Windows, this will look # The python interpreter to use by default. On Windows, this will look
# for python3.exe and python3.bat. # for vpython3.exe and vpython3.bat.
script_executable = "python3" script_executable = "vpython3"
# The secondary source root is a parallel directory tree where # The secondary source root is a parallel directory tree where
# GN build files are placed when they can not be placed directly # GN build files are placed when they can not be placed directly