Source code
Revision control
Copy as Markdown
Other Tools
From: Michael Froman <mfroman@mozilla.com>
Date: Fri, 17 May 2024 22:30:00 -0500
python3
Mercurial Revision: https://hg.mozilla.org/mozilla-central/rev/b21ca84c8b2620a98515624de0e43a237698726c
---
.gn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gn b/.gn
index b374016a64..8325a46ed3 100644
--- a/.gn
+++ b/.gn
@@ -13,7 +13,7 @@ buildconfig = "//build/config/BUILDCONFIG.gn"
# The python interpreter to use by default. On Windows, this will look
# for vpython3.exe and vpython3.bat.
-script_executable = "vpython3"
+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