diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-02-15 20:13:50 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-02-15 20:13:50 -0500 |
commit | f0c50bc8c67fc205aad708be49a78282cf2b00a8 (patch) | |
tree | 94859f0223181c014fbc08e8add696b3254ec31c /build.zig | |
parent | 8e2806ea11199d0e2d2d85920692d94369b36fa5 (diff) | |
download | ziglings-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.zig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ \\ , .{}); |