mirror of
https://github.com/zoriya/mach-glfw.git
synced 2026-06-04 11:15:16 +00:00
update zig version check for 2024.3.0-mach
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
@@ -35,6 +35,6 @@ pub fn build(b: *std.Build) !void {
|
||||
comptime {
|
||||
const supported_zig = std.SemanticVersion.parse("0.12.0-dev.3180+83e578a18") catch unreachable;
|
||||
if (builtin.zig_version.order(supported_zig) != .eq) {
|
||||
@compileError(std.fmt.comptimePrint("unsupported Zig version ({}). Required Zig version 2024.1.0-mach: https://machengine.org/about/nominated-zig/#202410-mach", .{builtin.zig_version}));
|
||||
@compileError(std.fmt.comptimePrint("unsupported Zig version ({}). Required Zig version 2024.3.0-mach: https://machengine.org/about/nominated-zig/#202430-mach", .{builtin.zig_version}));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user