remove websocket.zig dependency from build

This commit is contained in:
Karl Seguin
2025-02-06 22:29:15 +08:00
parent c0c0694fcc
commit 733c6b4c17
2 changed files with 0 additions and 6 deletions

View File

@@ -189,11 +189,6 @@ fn common(
.root_source_file = b.path("vendor/tls.zig/src/main.zig"),
});
step.root_module.addImport("tls", tlsmod);
const wsmod = b.addModule("websocket", .{
.root_source_file = b.path("vendor/websocket.zig/src/websocket.zig"),
});
step.root_module.addImport("websocket", wsmod);
}
fn moduleNetSurf(b: *std.Build, target: std.Build.ResolvedTarget) !*std.Build.Module {

Submodule vendor/websocket.zig deleted from 1b49626c78