Skip to content

Commit

Permalink
use vendored ssl on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Mar 27, 2024
1 parent 0826367 commit fd64d1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ env_logger = "0.11.3"
tracing-subscriber = "0.3.18"
tracing = { workspace = true }

# on maco, we need to specify the vendored feature on ssl when cross compiling
[target.'cfg(target_os = "macos")'.dependencies]
openssl = { version = "0.10", features = ["vendored"], optional = true }

[features]
default = []
plugin = ["mlua"]
Expand Down

0 comments on commit fd64d1a

Please sign in to comment.