mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
f3436e4ba7
Differential Revision: https://phabricator.services.mozilla.com/D226966
24 lines
783 B
Diff
24 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 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
|