std.Target: Use Solaris version instead of SunOS version for solaris OS tag.

The latter is not a very useful number: https://en.wikipedia.org/wiki/Oracle_Solaris#Version_history
This commit is contained in:
Alex Rønne Petersen 2024-08-10 18:36:22 +02:00
parent 54151428e5
commit fa51e84a87
No known key found for this signature in database

View File

@ -466,8 +466,8 @@ pub const Os = struct {
},
.solaris => .{
.semver = .{
.min = .{ .major = 5, .minor = 11, .patch = 0 },
.max = .{ .major = 5, .minor = 11, .patch = 0 },
.min = .{ .major = 11, .minor = 0, .patch = 0 },
.max = .{ .major = 11, .minor = 4, .patch = 0 },
},
},
.wasi => .{