Stick to Rust debug builds in shell to avoid C lib dir confusion

This commit is contained in:
George Thomas 2026-02-19 15:27:08 +00:00
parent ddc8b9097d
commit 40bb939302

View File

@ -138,7 +138,6 @@ hs-bindgen-cli preprocess \
echo "=== Configuring Cabal ==="
cabal configure \
--extra-lib-dirs="$RUST_DIR/target/debug" \
--extra-lib-dirs="$RUST_DIR/target/release" \
--extra-include-dirs="$RUST_DIR"
echo "=== Done ==="