mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00: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
@ -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…
x
Reference in New Issue
Block a user