23 lines
783 B
Diff
23 lines
783 B
Diff
From: Michael Froman <mfroman@mozilla.com>
|
|
Date: Fri, 17 May 2024 22:30:00 -0500
|
|
Subject: Bug 1897501 - (fix-09bb4f09e1) keep default python intepreter as
|
|
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 6c011fd453..01bb0e7b02 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
|