aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/01_hello.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-16 18:10:02 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-16 18:10:02 -0500
commitbbbda4bd0a3c2f80b9eaf01c8d5580999ebc036d (patch)
treee1642f50f2b72536ec45b773a087c773a2c95deb /exercises/01_hello.zig
parent9b54ba79a0f1b39b69e14045e5b1463e3507c2fb (diff)
Exit rather than return upon version failure (#14)
A plain `zig build` was exiting as expected after the version check failure did an early 'return'. But `zig build 01` (specifying a step) would print the fail message and then continue...but fail to find the step (which was not added). Calling `exit()` solves this. Calling it with an error status code causes vomiting in the build system (since, you know, there was an error). So returning with `exit(0)` is the way to go here.
Diffstat (limited to 'exercises/01_hello.zig')
0 files changed, 0 insertions, 0 deletions