We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7070b46 commit 4cca9b7Copy full SHA for 4cca9b7
1 file changed
libsql-ffi/build.rs
@@ -504,7 +504,7 @@ fn build_multiple_ciphers(out_path: &Path) -> PathBuf {
504
}
505
let target = env::var("TARGET").unwrap();
506
507
- if target.ends_with("apple-ios") {
+ if target.ends_with("apple-ios") || target.contains("android") {
508
config.define("SQLITE3MC_OMIT_AES_HARDWARE_SUPPORT", "ON");
509
510
0 commit comments