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.
1 parent 37a4d9a commit ff13164Copy full SHA for ff13164
Sources/PackageDescription/Target.swift
@@ -113,9 +113,9 @@ public final class Target {
113
114
/// The `pkgconfig` name to use for a system library target.
115
///
116
- /// If present, the Swift Package Manager tries to
117
- /// search for the `<name>.pc` file to get the additional flags needed for the
118
- /// system target.
+ /// If present, the Swift Package Manager tries for every pkg-config
+ /// name separated by a space to search for the `<name>.pc` file
+ /// to get the additional flags needed for the system target.
119
public let pkgConfig: String?
120
121
/// The providers array for a system library target.
0 commit comments