#build step that prints a string?
1 messages · Page 1 of 1 (latest)
custom step with custom make function that writes to standard out i guess. i feel like this is a bad idea to have
but it is possible. look at std.Build.Step.init
a run step should also work as an alternative to a custom step
you mean make an executable that prints the statement out and have the run step execute that program?
or is there a step that executes a zig function directly?
yes, that's what I mean
a custom step executes a zig function directly, a run step compiles a zig file and runs it