allwinner_a64/android/external/v8/tools/mb/mb.bat
2018-08-08 16:14:42 +08:00

6 lines
133 B
Batchfile
Executable file

@echo off
setlocal
:: This is required with cygwin only.
PATH=%~dp0;%PATH%
set PYTHONDONTWRITEBYTECODE=1
call python "%~dp0mb.py" %*