Expose zouter module.

This commit is contained in:
Madeorsk 2025-04-12 12:34:34 +02:00
parent 47fb48d8e0
commit bdfbaa54dc
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

@ -11,7 +11,7 @@ pub fn build(b: *std.Build) void {
.openssl = false, .openssl = false,
}); });
const lib_mod = b.createModule(.{ const lib_mod = b.addModule("zouter", .{
.root_source_file = b.path("src/root.zig"), .root_source_file = b.path("src/root.zig"),
.target = target, .target = target,
.optimize = optimize, .optimize = optimize,