Skip to content

Commit fd3f559

Browse files
authored
Merge pull request #179 from artemcm/TripleAdjust
Allow for major macOS version 11.
2 parents d0a312b + 66bb77d commit fd3f559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Utilities/Triple.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ extension Triple {
15601560
version.minor = 4
15611561
}
15621562

1563-
if version.major != 10 {
1563+
if version.major != 10 && version.major != 11 {
15641564
return nil
15651565
}
15661566

0 commit comments

Comments
 (0)