meli/melib/build.rs

7 lines
116 B
Rust
Raw Normal View History

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