From d28434bd3f32451b4028a7abbc46482cfbf7689b Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 14 Apr 2021 17:52:26 +0200 Subject: [PATCH] Configure GN to use python3 to exec_script. Bug: None Change-Id: Ifdc79cf363e072ee5eb0a713268fe12851c8a87e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215229 Reviewed-by: Dirk Pranke Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#33735} --- .gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gn b/.gn index a2e2a90425..9c43afd2ca 100644 --- a/.gn +++ b/.gn @@ -11,6 +11,10 @@ import("//build/dotfile_settings.gni") # The location of the build configuration file. 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" + # The secondary source root is a parallel directory tree where # GN build files are placed when they can not be placed directly # in the source tree, e.g. for third party source trees.