Skip to content

Commit

Permalink
Merge pull request #372 from nervosnetwork/new-cargo-check-rule
Browse files Browse the repository at this point in the history
chore: new cargo check rule
  • Loading branch information
quake committed Sep 11, 2024
2 parents 861c1f5 + 85a06f0 commit b0eff72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secio/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::env;

fn main() {
println!("cargo:rustc-check-cfg=cfg(ossl110)");
if let Ok(v) = env::var("DEP_OPENSSL_VERSION_NUMBER") {
let version = u64::from_str_radix(&v, 16).unwrap();

Expand Down

0 comments on commit b0eff72

Please sign in to comment.