authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-10 18:36:22+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-10 20:24:18+02:00
logfa51e84a87e0591dcad991c747827376728b1286
treeede445fdf9f06b3bda94750506f9d66b79137307
parent54151428e5236a0612fe36837ed5a6c1e28aec7a
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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

1 files changed, 2 insertions(+), 2 deletions(-)

lib/std/Target.zig+2-2
......@@ -466,8 +466,8 @@ pub const Os = struct {
466466 },
467467 .solaris => .{
468468 .semver = .{
469 .min = .{ .major = 5, .minor = 11, .patch = 0 },
470 .max = .{ .major = 5, .minor = 11, .patch = 0 },
469 .min = .{ .major = 11, .minor = 0, .patch = 0 },
470 .max = .{ .major = 11, .minor = 4, .patch = 0 },
471471 },
472472 },
473473 .wasi => .{