Skip to content

Commit fbcae22

Browse files
authored
Merge pull request #53 from pelopina6/master
Brew pkgconfig lookup
2 parents edb64d6 + 7d9346f commit fbcae22

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
@@ -15,7 +15,7 @@ let package = Package(
1515
.package(url: "https://github.com/IBM-Swift/BlueSocket", from: "1.0.46"),
1616
],
1717
targets: [
18-
.systemLibrary(name: "CSSH", pkgConfig: "libssh2"),
18+
.systemLibrary(name: "CSSH", pkgConfig: "libssh2", providers: [.brew(["libssh2","openssl"])]),
1919
.target(name: "Shout", dependencies: ["CSSH", "Socket"]),
2020
.testTarget(name: "ShoutTests", dependencies: ["Shout"]),
2121
]

0 commit comments

Comments
 (0)