From c0b0b259a572bcc65dd2e6d55a126ead9c2ae6ff Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Thu, 1 Feb 2024 14:12:03 +0000 Subject: Update for zig master --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 087d7ae..ae532eb 100644 --- a/build.zig +++ b/build.zig @@ -33,7 +33,7 @@ pub fn build(b: *std.Build) void { b.installArtifact(lib); // for zig module system - _ = b.addModule("zigwebserver", .{ .source_file = .{ .path = "src/zigwebserver.zig" } }); + _ = b.addModule("zigwebserver", .{ .root_source_file = .{ .path = "src/zigwebserver.zig" } }); // This declares intent for the executable to be installed into the // standard location when the user invokes the "install" step (the default -- cgit v1.2.3-ZIG