Skip to content

Commit

Permalink
Revert "update build.zig to 0.12.0"
Browse files Browse the repository at this point in the history
This reverts commit ee1909f.

I accidentally used zig 0.11.0
  • Loading branch information
joachimschmidt557 committed Jun 4, 2024
1 parent 680d30c commit f9ea80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub fn build(b: *Build) void {
const optimize = b.standardOptimizeOption(.{});

_ = b.addModule("ansi-term", .{
.source_file = .{ .path = "src/main.zig" },
.root_source_file = .{ .path = "src/main.zig" },
});

var main_tests = b.addTest(.{
Expand Down

0 comments on commit f9ea80d

Please sign in to comment.