Skip to content

Commit c29d581

Browse files
committed
Make build.zig files compatible with newly released zig 0.12
Fixes #1912
1 parent 2f00603 commit c29d581

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: fiat-zig/build.zig

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: inversion/zig/build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const std = @import("std");
22

33
pub fn build(b: *std.Build) void {
44
const main_tests = b.addTest(.{
5-
.root_source_file = .{ .path = "inversion.zig" },
5+
.root_source_file = b.path("inversion.zig"),
66
});
77
const run_main_tests = b.addRunArtifact(main_tests);
88
const test_step = b.step("test", "Run tests");

Diff for: rupicola

Submodule rupicola updated 1 file

0 commit comments

Comments
 (0)