Skip to content

Commit 434af11

Browse files
authored
Use openssl@3 when building on macOS (#193)
1 parent 4e8bc17 commit 434af11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ let package = Package(
102102
name: "COpenSSL",
103103
pkgConfig: "openssl",
104104
providers: [
105-
.brew(["libressl"]),
105+
.brew(["openssl@3"]),
106106
.apt(["libssl-dev"]),
107107
]
108108
),

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ It has source files that are excluded in `Package.swift`.
243243
### Dependencies
244244

245245
`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`.
246247

247248
## Development Setup
248249

0 commit comments

Comments
 (0)