Skip to content

Commit 0833883

Browse files
pwightmanmxcl
authored andcommitted
Remove redundant paragraph from 0063-swiftpm-system-module-search-paths.md (#249)
1 parent 6822e98 commit 0833883

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

proposals/0063-swiftpm-system-module-search-paths.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,10 @@ if it is installed with Homebrew or MacPorts.
5454
## Proposed Solution
5555

5656
We propose that SwiftPM gains the ability to read `.pc` files written for the
57-
cross-platform `pkg-config` tool. These files describe the missing search paths
58-
that SwiftPM requires.
59-
60-
We propose that SwiftPM gains the ability to read `.pc` files written for the
61-
cross-platform `pkg-config` tool. These files specify the install location of
62-
system libraries and will allow SwiftPM to preprocess the modulemap changing
63-
the specified header prefixes.
57+
cross-platform `pkg-config` tool. These files describe the missing search paths
58+
that SwiftPM requires. They also specify the install location of system libraries
59+
and will allow SwiftPM to preprocess the modulemap changing the specified header
60+
prefixes.
6461

6562
We propose that `Package.swift` is supplemented with metadata that provides the
6663
package-install-name for specific platforms.

0 commit comments

Comments
 (0)