Skip to content

Commit ff13164

Browse files
authored
[PkgConfig] Update PkgConfig documentation (#3200)
1 parent 37a4d9a commit ff13164

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/PackageDescription/Target.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ public final class Target {
113113

114114
/// The `pkgconfig` name to use for a system library target.
115115
///
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.
116+
/// If present, the Swift Package Manager tries for every pkg-config
117+
/// name separated by a space to search for the `<name>.pc` file
118+
/// to get the additional flags needed for the system target.
119119
public let pkgConfig: String?
120120

121121
/// The providers array for a system library target.

0 commit comments

Comments
 (0)