Skip to content

Commit

Permalink
fix(Clippy): Update build.rs and remove the condition
Browse files Browse the repository at this point in the history
  • Loading branch information
avrabe committed Oct 5, 2024
1 parent f37b756 commit 0feb479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fn main() {
#[cfg(feature = "static")]
{
println!("cargo:rustc-link-lib=static=ssl");
println!("cargo:rustc-link-lib=static=crypto");
Expand Down

0 comments on commit 0feb479

Please sign in to comment.