Skip to content

Remove redundant paragraph from 0063-swiftpm-system-module-search-paths.md #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions proposals/0063-swiftpm-system-module-search-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,10 @@ if it is installed with Homebrew or MacPorts.
## Proposed Solution

We propose that SwiftPM gains the ability to read `.pc` files written for the
cross-platform `pkg-config` tool. These files describe the missing search paths
that SwiftPM requires.

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

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