Skip to content

Commit 080b33d

Browse files
authored
Merge pull request swiftlang#18 from swiftwasm/master
[pull] swiftwasm from master
2 parents 588202e + e3d5889 commit 080b33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCBuildSupport/PIF.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ public enum PIF {
820820
} else if container.allKeys.contains(.targetReference) {
821821
let targetGUIDString = try container.decode(GUID.self, forKey: .targetReference)
822822
let targetGUID = String(targetGUIDString.dropLast("\(schemaVersion)".count + 1))
823-
reference = .file(guid: targetGUID)
823+
reference = .target(guid: targetGUID)
824824
} else {
825825
fatalError("Expected \(CodingKeys.fileReference) or \(CodingKeys.targetReference) in the keys")
826826
}

0 commit comments

Comments
 (0)