aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-15 20:13:50 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-15 20:13:50 -0500
commit9b54ba79a0f1b39b69e14045e5b1463e3507c2fb (patch)
tree94859f0223181c014fbc08e8add696b3254ec31c /build.zig
parent3693a35aeb53b8f22b2b0eb072730bdbdbb660ce (diff)
Second attempt of the second attempt (#14)
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 2 insertions, 2 deletions
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/
\\
, .{});