garnet/build

7 lines
214 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
2026-03-24 11:23:12 +00:00
cargo build --manifest-path ./rust/Cargo.toml
ln -sf $(pwd)/rust/target/debug/libgarnet_rs.a $(cabal list-bin . | sed -e 's=x/garnet/build/garnet/garnet=build=g')
2026-03-24 11:23:12 +00:00
cabal build