Skip to content

Commit

Permalink
And fix the autofill component (maybe we don't need the megazord full…
Browse files Browse the repository at this point in the history
… fix?
  • Loading branch information
dmose committed Mar 4, 2021
1 parent 43d1667 commit 10d0067
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions components/autofill/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ fn main() {
uniffi_build::generate_scaffolding("./src/autofill.udl").unwrap();

println!("cargo:rerun-if-changed=build.rs");
// Ugh. This is really really dumb. We don't care about sqlcipher at all. really
if nss_build_common::env_str("DEP_SQLITE3_LINK_TARGET") == Some("sqlcipher".into()) {
// If NSS_DIR isn't set, we don't really care, ignore the Err case.
let _ = nss_build_common::link_nss();
}

// If NSS_DIR isn't set, we don't really care, ignore the Err case.
let _ = nss_build_common::link_nss();
}

0 comments on commit 10d0067

Please sign in to comment.