1 2 3 4 5 6 7
use std::env; fn main() { if env::var("DEP_OPENSSL_VERSION").unwrap() == "111" { println!("cargo:rustc-cfg=ossl111"); } }