mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
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:
parent
54151428e5
commit
fa51e84a87
1 changed files with 2 additions and 2 deletions
|
|
@ -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 => .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue