Skip to content

Commit bc34fd9

Browse files
authored
Merge pull request #2924 from owenv/filelist-fix
Handle new SwiftDriver.VirtualPath case in ManifestBuilder
2 parents 73609f9 + 0828980 commit bc34fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/ManifestBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ extension TypedVirtualPath {
859859
case .absolute(let path):
860860
return Node.file(path)
861861

862-
case .temporary(let path):
862+
case .temporary(let path), .fileList(let path, _):
863863
return Node.virtual(path.pathString)
864864

865865
case .standardInput, .standardOutput:

0 commit comments

Comments
 (0)