Skip to content

Commit a8c11db

Browse files
committed
fix: add sqlite3 includes
1 parent 1e6af39 commit a8c11db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libsql-ffi/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ pub fn build_bundled(out_dir: &str, out_path: &Path) {
274274
cfg.file(&sqlean);
275275

276276
cfg.include(format!("{BUNDLED_DIR}/sqlean/"));
277+
cfg.include(format!("{BUNDLED_DIR}/src/"));
277278
}
278279

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

0 commit comments

Comments
 (0)