From 09bb4f09e124910fb03d602902e5b56bbff9bf13 Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Tue, 9 Apr 2024 14:54:10 +0200 Subject: [PATCH] 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 Reviewed-by: Emil Lundmark Reviewed-by: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#42025} --- .gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gn b/.gn index b886ea86aa..5de968946f 100644 --- a/.gn +++ b/.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