We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55bf61 commit 71906faCopy full SHA for 71906fa
libsql-ffi/build.rs
@@ -24,7 +24,7 @@ fn main() {
24
println!("cargo:rerun-if-changed={BUNDLED_DIR}/src/sqlite3.c");
25
26
if cfg!(feature = "multiple-ciphers") {
27
- println!("cargo:rerun-if-changed={out_dir}/sqlite3mc/libsqlite3mc_static.a");
+ println!("cargo:rerun-if-changed={BUNDLED_DIR}/SQLite3MultipleCiphers");
28
}
29
30
if std::env::var("LIBSQL_DEV").is_ok() {
0 commit comments