Skip to content

Commit 4dcd4e4

Browse files
committed
fix rebase
1 parent f9bb69f commit 4dcd4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ public final class SwiftTargetBuildDescription {
653653
allowDuplicate: Bool
654654
) throws -> [String] {
655655
func _cxxInteroperabilityMode(for module: ResolvedModule) -> String? {
656-
let scope = self.buildParameters.createScope(for: module)
656+
let scope = self.defaultBuildParameters.createScope(for: module)
657657
let flags = scope.evaluate(.OTHER_SWIFT_FLAGS)
658658
return flags.first { $0.hasPrefix("-cxx-interoperability-mode=") }
659659
}

0 commit comments

Comments
 (0)