We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7ce67 commit 693f767Copy full SHA for 693f767
build.zig
@@ -168,11 +168,6 @@ fn common(
168
.root_source_file = b.path("vendor/tls.zig/src/main.zig"),
169
});
170
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);
176
}
177
178
fn moduleNetSurf(b: *std.Build, target: std.Build.ResolvedTarget) !*std.Build.Module {
vendor/websocket.zig
0 commit comments