Skip to content

Commit b30205d

Browse files
der-teufel-programmingikskuh
authored andcommitted
Update to newest build API
1 parent f0a7836 commit b30205d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub fn build(b: *std.Build) void {
55
const target = b.standardTargetOptions(.{});
66

77
_ = b.addModule("s2s", .{
8-
.source_file = .{ .path = "s2s.zig" },
8+
.root_source_file = .{ .path = "s2s.zig" },
99
});
1010

1111
const tests = b.addTest(.{

0 commit comments

Comments
 (0)