Skip to content

Commit 693f767

Browse files
committed
remove websocket.zig dependency from build
1 parent fd7ce67 commit 693f767

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

build.zig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ fn common(
168168
.root_source_file = b.path("vendor/tls.zig/src/main.zig"),
169169
});
170170
step.root_module.addImport("tls", tlsmod);
171-
172-
const wsmod = b.addModule("websocket", .{
173-
.root_source_file = b.path("vendor/websocket.zig/src/websocket.zig"),
174-
});
175-
step.root_module.addImport("websocket", wsmod);
176171
}
177172

178173
fn moduleNetSurf(b: *std.Build, target: std.Build.ResolvedTarget) !*std.Build.Module {

vendor/websocket.zig

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)