os-rust/compiler/rustc_codegen_cranelift/y.cmd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
137 B
Batchfile
Raw Normal View History

2023-11-27 21:41:13 +13:00
@echo off
echo [BUILD] build system >&2
cargo run --manifest-path build_system/Cargo.toml -- %* || goto :error
2023-11-27 21:41:13 +13:00
goto :EOF
:error
2023-11-29 13:42:08 +01:00
exit /b