We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee417a0 commit 9872a82Copy full SHA for 9872a82
Package.swift
@@ -21,7 +21,7 @@ let package = Package(
21
providers: [
22
.Brew("curl --with-openssl --with-nghttp2"),
23
.Apt("libcurl4-openssl-dev")
24
- ]
+ ],
25
pkgConfig: "libcurl"
26
27
)
0 commit comments