aboutsummaryrefslogtreecommitdiff
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
commitf0c50bc8c67fc205aad708be49a78282cf2b00a8 (patch)
tree94859f0223181c014fbc08e8add696b3254ec31c /build.zig
parent8e2806ea11199d0e2d2d85920692d94369b36fa5 (diff)
downloadziglings-f0c50bc8c67fc205aad708be49a78282cf2b00a8.tar.gz
ziglings-f0c50bc8c67fc205aad708be49a78282cf2b00a8.tar.bz2
ziglings-f0c50bc8c67fc205aad708be49a78282cf2b00a8.tar.xz
ziglings-f0c50bc8c67fc205aad708be49a78282cf2b00a8.zip
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/
\\
, .{});