Use bundled native crate for jerbuild
ober
816b2610b7fababcfb8cb13c82dfc72597fd485e
--- a/.jerbuild +++ b/.jerbuild @@ -2,11 +2,11 @@ (entry "support/binary-entry.ss") (output "jpg") -(requires "cc" "cargo" "../jerboa/jerboa-native-rs") +(requires "cc" "cargo" "bundled jerboa-native-rs") (notes "Builds pgp-native plus jerboa-native-rs with tls,sqlite,crypto. DuckDB is not required. The legacy OS-specific scripts still document extra static FFI symbol registration details.") (libdirs ".") (rust-crates "pgp-native/Cargo.toml" - ("../jerboa/jerboa-native-rs/Cargo.toml" + ("@bundle/jerboa-native-rs/Cargo.toml" features: "tls,sqlite,crypto" no-default-features: #t))