Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
For the full details, see patches/README.md :-)
|
|
The "start with NN" action is now NN_start.
Also formatting output for improved clarity (hopefully).
|
|
(And secretly added the patches/ dir. Don't tell anybody!)
|
|
|
|
|