mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Make mach.bat request Python 3
The mach Python script no longer supports Python 2, so don't use Python 2. Fixes #28379 Signed-off-by: Dominic Cooney <dominic.cooney@gmail.com>
This commit is contained in:
parent
a6ab7c77e5
commit
aa3359dc9e
1 changed files with 1 additions and 1 deletions
2
mach.bat
2
mach.bat
|
@ -4,5 +4,5 @@ where /Q py.exe
|
|||
IF %ERRORLEVEL% NEQ 0 (
|
||||
python mach %*
|
||||
) ELSE (
|
||||
py -2 mach %*
|
||||
py -3 mach %*
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue