We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openssl@3
1 parent 4e8bc17 commit 434af11Copy full SHA for 434af11
Package.swift
@@ -102,7 +102,7 @@ let package = Package(
102
name: "COpenSSL",
103
pkgConfig: "openssl",
104
providers: [
105
- .brew(["libressl"]),
+ .brew(["openssl@3"]),
106
.apt(["libssl-dev"]),
107
]
108
),
README.md
@@ -243,6 +243,7 @@ It has source files that are excluded in `Package.swift`.
243
### Dependencies
244
245
`librdkafka` depends on `openssl`, meaning that `libssl-dev` must be present at build time.
246
+`openssl@3` can be installed on macOS, among others, through `brew`.
247
248
## Development Setup
249
0 commit comments