| author | |
| committer | |
| log | 1285eefeef60e5afcb3bbf9ad3a7b4fcad4aecb8 |
| tree | 11dbb961e0c03ef32e1e343d851891e7f7609559 |
| parent | 194bee3eba0a55f928dd00fb4fa5d71ddc54aeb6 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | 2 | const Builder = std.build.Builder; |
| 3 | const builtin = @import("builtin"); | |
| 3 | const builtin = std.builtin; | |
| 4 | 4 | |
| 5 | 5 | pub fn build(b: *Builder) void { |
| 6 | 6 | const target = b.standardTargetOptions(.{}); |