Skip to content

Commit

Permalink
Merge pull request #1441 from GiGainfosystems/feature/expose_include_dir
Browse files Browse the repository at this point in the history
Expose the include directory of the bundled sqlite version
  • Loading branch information
gwenn committed Jan 25, 2024
2 parents ccfbc28 + e60d993 commit 42a82fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsqlite3-sys/build.rs
Expand Up @@ -114,6 +114,7 @@ mod build_bundled {
{
super::copy_bindings(lib_name, "bindgen_bundled_version", out_path);
}
println!("cargo:include={}/{lib_name}", env!("CARGO_MANIFEST_DIR"));
println!("cargo:rerun-if-changed={lib_name}/sqlite3.c");
println!("cargo:rerun-if-changed=sqlite3/wasm32-wasi-vfs.c");
let mut cfg = cc::Build::new();
Expand Down

0 comments on commit 42a82fb

Please sign in to comment.