You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#5815.
Having a specific `--pkg-config-path` option for this means we have something that's less fragile and easier to report errors on than `PKG_CONFIG_PATH` environment variable.
Added `pkgConfigDirectory` to `LocationOptions`, which is propagated to `BuildPlan` as a function or initializer argument.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ Note: This is in reverse chronological order, so newer entries are added to the
3
3
Swift 5.8
4
4
-----------
5
5
6
+
*[#5949]
7
+
8
+
New `--pkg-config-path` option on `build`, `test`, and `run` commands has been
9
+
introduced as an alternative to passing `PKG_CONFIG_PATH` environment variable.
10
+
It allows specifying alternative path to search for `.pc` files used by
11
+
`pkg-config`. Use the option multiple times to specify more than one path.
12
+
6
13
*[#5874]
7
14
8
15
In packages using tools version 5.8 or later, Foundation is no longer implicitly imported into package manifests. If Foundation APIs are used, the module needs to be imported explicitly.
0 commit comments