unplugged-vendor/external/webrtc/tools_webrtc/mb/mb.bat

7 lines
133 B
Batchfile
Raw Normal View History

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