File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,10 @@ if it is installed with Homebrew or MacPorts.
54
54
## Proposed Solution
55
55
56
56
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.
64
61
65
62
We propose that ` Package.swift ` is supplemented with metadata that provides the
66
63
package-install-name for specific platforms.
You can’t perform that action at this time.
0 commit comments