mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
std.Target: bump baseline openbsd version from 7.7 to 7.8
Since this is the first version we support cross-compiling for.
This commit is contained in:
parent
ac86650bf4
commit
6c9cc3450f
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ pub const Os = struct {
|
|||
.openbsd => .{
|
||||
.semver = .{
|
||||
.min = blk: {
|
||||
const default_min: std.SemanticVersion = .{ .major = 7, .minor = 7, .patch = 0 };
|
||||
const default_min: std.SemanticVersion = .{ .major = 7, .minor = 8, .patch = 0 };
|
||||
|
||||
for (std.zig.target.available_libcs) |libc| {
|
||||
if (libc.arch != arch or libc.os != tag or libc.abi != abi) continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue