garnet/build

7 lines
214 B
Plaintext
Raw Normal View History

2026-03-19 11:47:19 +00:00
#!/usr/bin/env bash
set -euo pipefail
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')
cabal build