From f0c50bc8c67fc205aad708be49a78282cf2b00a8 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Mon, 15 Feb 2021 20:13:50 -0500 Subject: Second attempt of the second attempt (#14) --- build.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index b3b5d20..bb6be4f 100644 --- a/build.zig +++ b/build.zig @@ -273,11 +273,11 @@ pub fn build(b: *Builder) void { stderrPrintFn( \\ERROR: Sorry, it looks like your version of zig is too old. :-( \\ - \\Ziglings requires a development ("master") build + \\Ziglings requires development build \\ \\ 0.8.0-dev.1065 \\ - \\or higher. Please download a development build from + \\or higher. Please download a development ("master") build from \\https://ziglang.org/download/ \\ , .{}); -- cgit v1.2.3-ZIG