Files
Kmake/deps/v8/tools/mb/mb.bat
2026-05-26 23:36:42 -07:00

7 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" %*