Anki/tools/build.bat
2024-01-19 15:48:06 +10:00

5 lines
78 B
Batchfile
Executable file

@echo off
pushd "%~dp0"\..
set RELEASE=1
tools\ninja wheels || exit /b 1
popd