Skip to content

Commit

Permalink
Merge pull request #1935 from levydsa/main
Browse files Browse the repository at this point in the history
Add sqlite3 includes to sqlean
  • Loading branch information
penberg authored Jan 29, 2025
2 parents 1e6af39 + a8c11db commit d01092a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsql-ffi/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ pub fn build_bundled(out_dir: &str, out_path: &Path) {
cfg.file(&sqlean);

cfg.include(format!("{BUNDLED_DIR}/sqlean/"));
cfg.include(format!("{BUNDLED_DIR}/src/"));
}

if cfg!(feature = "wasmtime-bindings") {
Expand Down

0 comments on commit d01092a

Please sign in to comment.