Skip to content

Commit b12302f

Browse files
committed
updating build.zig
1 parent a797b7f commit b12302f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ fn createModule(b: *std.Build, optimize: std.builtin.OptimizeMode, target: std.B
44
const files: []const []const u8 = &.{
55
"src/websocket.c",
66
"src/http.c",
7+
"src/reader.c",
8+
"src/websocket.c",
79
};
810
const flags: []const []const u8 = &.{
911
"-Wall",

0 commit comments

Comments
 (0)