Skip to content

Commit

Permalink
chore: use vendored openssl on non windows platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyceBabu committed Jun 11, 2024
1 parent f03cb5c commit c88cbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ libz-sys = { version = "1.1.12", default-features = false, features = ["libc"] }
log = "0.4"
env_logger = "0.9"

[target.'cfg(all(target_os = "linux", target_env = "musl"))'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
[target.'cfg(not(windows))'.dependencies]
openssl = { version = "0.10", features = [ "vendored" ] }

[profile.release]
lto = true
Expand Down

0 comments on commit c88cbc3

Please sign in to comment.