Expose zouter module.
This commit is contained in:
parent
47fb48d8e0
commit
bdfbaa54dc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue