Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
levydsa committed Aug 29, 2024
1 parent ede336e commit 0d6c5a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libsql-ffi/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ fn main() {
);

println!("cargo:rerun-if-changed=../libsql-sqlite3/");
println!("cargo:rustc-link-search={}", out_dir.join("lib/").to_str().unwrap());
println!(
"cargo:rustc-link-search={}",
out_dir.join("lib/").to_str().unwrap()
);
println!("cargo:rustc-link-lib=static=sqlite3");

return;
Expand Down

0 comments on commit 0d6c5a1

Please sign in to comment.