🙆‍♀️

Rust: MacOS: failed to run custom build command for openssl-sys

2023/02/14に公開

MacOSで、brew install opensslなどしたが解決せず、

https://github.com/sfackler/rust-openssl/issues/1021#issuecomment-605602642

で解決

[dependencies]
openssl = { version = "0.10", features = ["vendored"] }

Discussion