From 1e7c302fb03145f59749a61a13581e39ee722167 Mon Sep 17 00:00:00 2001 From: Parker Wightman Date: Thu, 7 Apr 2016 14:43:13 -0600 Subject: [PATCH 1/2] Remove redundant paragraph from 0063-swiftpm-system-module-search-paths.md --- proposals/0063-swiftpm-system-module-search-paths.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/proposals/0063-swiftpm-system-module-search-paths.md b/proposals/0063-swiftpm-system-module-search-paths.md index bf97c87f77..4226d7985a 100644 --- a/proposals/0063-swiftpm-system-module-search-paths.md +++ b/proposals/0063-swiftpm-system-module-search-paths.md @@ -53,10 +53,6 @@ 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 From 30a190a74b55dadd4b09bc0872b67aa2de964894 Mon Sep 17 00:00:00 2001 From: Parker Wightman Date: Thu, 7 Apr 2016 15:35:49 -0600 Subject: [PATCH 2/2] Update 0063-swiftpm-system-module-search-paths.md Reword redundant paragraph to include all relevant information --- proposals/0063-swiftpm-system-module-search-paths.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/proposals/0063-swiftpm-system-module-search-paths.md b/proposals/0063-swiftpm-system-module-search-paths.md index 4226d7985a..99ab9726ef 100644 --- a/proposals/0063-swiftpm-system-module-search-paths.md +++ b/proposals/0063-swiftpm-system-module-search-paths.md @@ -54,9 +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 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.