mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 11:26:29 +03:00
no more direct usage of openssl
This commit is contained in:
2
build.rs
2
build.rs
@@ -15,9 +15,7 @@ fn main() {
|
||||
|
||||
println!("cargo:rustc-link-lib=dylib=sasl2");
|
||||
println!("cargo:rustc-link-lib=dylib=z");
|
||||
|
||||
println!("cargo:rustc-link-lib=dylib=pthread");
|
||||
println!("cargo:rustc-link-lib=dylib=crypto");
|
||||
println!("cargo:rustc-link-lib=dylib=tools");
|
||||
|
||||
if std::env::var("TARGET").unwrap().contains("-apple") {
|
||||
|
||||
Reference in New Issue
Block a user