treesummaryrefslogcommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorPatrick2026-05-08 01:26:02 +0200
committerPatrick2026-05-08 01:26:02 +0200
commit8d7a89c3aab3e12ba71595195f2964d36fb8ffc8 (patch)
tree78fef6088305fcd251043dff8b260f727fc04c1d /build.zig
parent05c494c760b337f06cc2bc9676d60b23c19504e0 (diff)
downloadzhttpws-8d7a89c3aab3e12ba71595195f2964d36fb8ffc8.tar.gz
zhttpws-8d7a89c3aab3e12ba71595195f2964d36fb8ffc8.zip
update build and flake
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index bd06ef3..37ebe2e 100644
--- a/build.zig
+++ b/build.zig
@@ -38,7 +38,7 @@ pub fn build(b: *std.Build) void {
// If neither case applies to you, feel free to delete the declaration you
// don't need and to put everything under a single module.
const exe = b.addExecutable(.{
- .name = "default",
+ .name = "zhttpws",
.root_module = b.createModule(.{
// b.createModule defines a new module just like b.addModule but,
// unlike b.addModule, it does not expose the module to consumers of