Commit bec3dbc7 authored by Makoto Kato's avatar Makoto Kato
Browse files

Bug 1527796 - Part 1. Add python.exe path to call mach shell script from python. r=nalexander

Since Windows doesn't call mach command from MSYS shell, we need python path
to call mach.

Differential Revision: https://phabricator.services.mozilla.com/D20448

--HG--
extra : rebase_source : 94752c75c7c56e3f33765e86d3e4335557b59223
parent db67dd74
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ from __future__ import print_function

import buildconfig
import subprocess
import sys

from mozbuild.util import (
    ensureParentDir,
@@ -23,6 +24,7 @@ def android(verb, *args):
    lock_instance = lock_file(lock_path)
    try:
        cmd = [
            sys.executable,
            mozpath.join(buildconfig.topsrcdir, 'mach'),
            'android',
            verb,