fix: upstream build API changes

This commit is contained in:
LordMZTE 2024-01-07 15:43:07 +01:00
parent 231e3ce529
commit 9f6c8648e9
Signed by untrusted user: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -5,7 +5,7 @@ pub fn build(b: *std.Build) void {
const optimize = b.standardOptimizeOption(.{});
_ = b.addModule("statspatch", .{
.source_file = .{ .path = "src/main.zig" },
.root_source_file = .{ .path = "src/main.zig" },
});
const main_tests = b.addTest(.{