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 121c607 commit 0ba9586Copy full SHA for 0ba9586
Sources/PackageModel/UserToolchain.swift
@@ -42,12 +42,12 @@ public final class UserToolchain: Toolchain {
42
43
/// Path containing Swift resources for dynamic linking.
44
public var swiftResourcesPath: AbsolutePath? {
45
- destination.pathsConfiguration.swiftResourcesPath
+ swiftSDK.pathsConfiguration.swiftResourcesPath
46
}
47
48
/// Path containing Swift resources for static linking.
49
public var swiftStaticResourcesPath: AbsolutePath? {
50
- destination.pathsConfiguration.swiftStaticResourcesPath
+ swiftSDK.pathsConfiguration.swiftStaticResourcesPath
51
52
53
/// Additional flags to be passed to the build tools.
0 commit comments