diff --git a/settings.gradle b/settings.gradle index 96babadadb3d..af7caf5b0f00 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,9 +9,9 @@ if (System.properties['os.name'].toLowerCase().contains('windows')) { // gradle is called before parsing config.status, we cannot use PYTHON // value. if (System.env.MOZILLABUILD) { - def mozillabuild = System.env.MOZILLABUILD + def mozillabuild = System.env.MOZILLABUILD.toLowerCase() if (mozillabuild) { - commandLine.addAll(0, ["${mozillabuild}/python3/python.exe"]) + commandLine.addAll(0, ["${mozillabuild}/python3/python3.exe"]) } } }