We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4026bc commit 199a1acCopy full SHA for 199a1ac
1 file changed
xtask/src/main.rs
@@ -142,6 +142,18 @@ fn build_bundled() -> Result<()> {
142
"libsql-ffi/bundled/src/sqlite3.h",
143
])?;
144
145
+ // Also update SQLite3MultipleCiphers bundled files
146
+ // These are used when building with --features multiple-ciphers
147
+ run_cp(&[
148
+ "libsql-sqlite3/sqlite3.c",
149
+ "libsql-ffi/bundled/SQLite3MultipleCiphers/src/sqlite3.c",
150
+ ])?;
151
+
152
153
+ "libsql-sqlite3/sqlite3.h",
154
+ "libsql-ffi/bundled/SQLite3MultipleCiphers/src/sqlite3.h",
155
156
157
Ok(())
158
}
159
0 commit comments