Explorar el Código

darkirc: remove sqlcipher from build

epiphany hace 3 semanas
padre
commit
6d3df4ab59
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      bin/darkirc/build.rs

+ 0 - 4
bin/darkirc/build.rs

@@ -27,8 +27,4 @@ fn main() {
             println!("cargo:rustc-env=COMMITISH={}", commitish.trim());
         }
     }
-
-    if std::env::var("CARGO_CFG_TARGET_OS").unwrap() == "android" {
-        println!("cargo:rustc-link-search={}/sqlcipher", env!("CARGO_MANIFEST_DIR"));
-    }
 }