Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed May 28, 2023
1 parent bdedeb0 commit 8f2ec31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bindings/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ fn main() {
output_directory.to_string_lossy().to_string()
};

println!("cargo:rerun-if-env-changed=LIB_SQLITE_VSS");

println!("cargo:rustc-link-search=native={}", static_path);
println!("cargo:rustc-link-lib=static=faiss_avx2");
println!("cargo:rustc-link-lib=static=vector0");
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f2ec31

Please sign in to comment.