Skip to content

Commit d389e23

Browse files
authored
use [email protected] on macOS
`brew install openssl` now installs [email protected] and there is no way to install openssl 1.0 or rename [email protected] to openssl.
1 parent 5a68fc7 commit d389e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
pkgConfig: "openssl",
2020
providers: [
2121
.apt(["openssl libssl-dev"]),
22-
.brew(["openssl"]),
22+
.brew(["openssl@1.1"]),
2323
]
2424
),
2525

0 commit comments

Comments
 (0)