| author | |
| committer | |
| log | ec27d3b4ba70984793f16e54533147914adcc3ab |
| tree | a443422dc30c2b5738a893bbaf1a3fd440df8d78 |
| parent | 890bf001dbd4120ca8660d0e63594aa27d2a683f |
| parent | a7e10565fce359d00bee409cbb5226526c1bbb5e |
| signature |
Fix build template to match build runner changes1 files changed, 1 insertions(+), 1 deletions(-)
std/special/build_file_template.zig+1-1| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | const Builder = @import("std").build.Builder; |
| 2 | 2 | |
| 3 | pub fn build(b: &Builder) { | |
| 3 | pub fn build(b: &Builder) -> %void { | |
| 4 | 4 | const mode = b.standardReleaseOptions(); |
| 5 | 5 | const exe = b.addExecutable("YOUR_NAME_HERE", "src/main.zig"); |
| 6 | 6 | exe.setBuildMode(mode); |