From 40bb9393028eee22ea2063e1379e167be9fa1f93 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Thu, 19 Feb 2026 15:27:08 +0000 Subject: [PATCH] Stick to Rust debug builds in shell to avoid C lib dir confusion --- generate-bindings | 1 - 1 file changed, 1 deletion(-) diff --git a/generate-bindings b/generate-bindings index 462a5ab..10e240b 100755 --- a/generate-bindings +++ b/generate-bindings @@ -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 ==="