mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std.Target: Fix getVersionRangeTag() for bridgeos.
Until we actually figure out a version range for this, we shouldn't classify this as using semver. Doing so results in a panic when trying to access the version range since it's not in fact a semver value.
This commit is contained in:
+3
-1
@@ -189,7 +189,9 @@ pub const Os = struct {
|
||||
.other,
|
||||
=> .none,
|
||||
|
||||
.bridgeos,
|
||||
// This should use semver once we determine the version history.
|
||||
.bridgeos => .none,
|
||||
|
||||
.driverkit,
|
||||
.freebsd,
|
||||
.macos,
|
||||
|
||||
Reference in New Issue
Block a user