meli/melib/build.rs

7 lines
116 B
Rust

fn main() {
#[cfg(feature = "notmuch_backend")]
{
println!("cargo:rustc-link-lib=notmuch");
}
}