We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1840328 commit 880ef23Copy full SHA for 880ef23
Sources/PackageLoading/Target+PkgConfig.swift
@@ -106,7 +106,7 @@ public func pkgConfigArgs(
106
// See https://github.com/apple/swift-package-manager/issues/6439
107
if let sdkRootPath = sdkRootPath {
108
cFlags = try patchSDKPaths(in: cFlags, to: sdkRootPath)
109
- libs = try patchSDKPaths(in: cFlags, to: sdkRootPath)
+ libs = try patchSDKPaths(in: libs, to: sdkRootPath)
110
}
111
112
// Set the error if there are any disallowed flags.
0 commit comments