garnet/generate-bindings
George Thomas c37b013467 Revert "ditch bash script for custom setup"
This reverts commit 1399946c4d582eaabb64cece292a48159b745e64.
2026-03-19 11:35:00 +00:00

6 lines
200 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# place static lib in position for bundling with Cabal
cp rust/target/debug/libgarnet_rs.a $(cabal list-bin . | sed -e 's=x/garnet/build/garnet/garnet=build=g')