We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e6af39 + a8c11db commit d01092aCopy full SHA for d01092a
1 file changed
libsql-ffi/build.rs
@@ -274,6 +274,7 @@ pub fn build_bundled(out_dir: &str, out_path: &Path) {
274
cfg.file(&sqlean);
275
276
cfg.include(format!("{BUNDLED_DIR}/sqlean/"));
277
+ cfg.include(format!("{BUNDLED_DIR}/src/"));
278
}
279
280
if cfg!(feature = "wasmtime-bindings") {
0 commit comments