diff options
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |