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 f9bb69f commit 4dcd4e4Copy full SHA for 4dcd4e4
Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift
@@ -653,7 +653,7 @@ public final class SwiftTargetBuildDescription {
653
allowDuplicate: Bool
654
) throws -> [String] {
655
func _cxxInteroperabilityMode(for module: ResolvedModule) -> String? {
656
- let scope = self.buildParameters.createScope(for: module)
+ let scope = self.defaultBuildParameters.createScope(for: module)
657
let flags = scope.evaluate(.OTHER_SWIFT_FLAGS)
658
return flags.first { $0.hasPrefix("-cxx-interoperability-mode=") }
659
}
0 commit comments