blob: 42106849163b5d34644c271da01d85db126f460e [file] [log] [blame] [edit]
@echo off
echo [BUILD] build system >&2
cargo run --manifest-path build_system/Cargo.toml -- %* || goto :error
goto :EOF
:error
exit /b