rust/compiler/rustc_codegen_gcc/y.sh

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

9 lines
196 B
Bash
Raw Permalink Normal View History

2023-08-18 09:06:20 -05:00
#!/usr/bin/env bash
set -e
echo "[BUILD] build system" 1>&2
pushd $(dirname "$0")/build_system > /dev/null
cargo build --release
popd > /dev/null
$(dirname "$0")/build_system/target/release/y $@