We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e47d59 commit 126e6b7Copy full SHA for 126e6b7
1 file changed
build.zig
@@ -22,7 +22,7 @@ pub fn build(b: *std.Build) !void {
22
.root_module = websocket_module,
23
.test_runner = .{ .path = b.path("test_runner.zig"), .mode = .simple },
24
});
25
- tests.linkLibC();
+ tests.root_module.link_libc = true;
26
const force_blocking = b.option(bool, "force_blocking", "Force blocking mode") orelse false;
27
const options = b.addOptions();
28
options.addOption(bool, "websocket_blocking", force_blocking);
0 commit comments