diff options
| author | Patrick | 2026-05-08 01:26:02 +0200 |
|---|---|---|
| committer | Patrick | 2026-05-08 01:26:02 +0200 |
| commit | 8d7a89c3aab3e12ba71595195f2964d36fb8ffc8 (patch) | |
| tree | 78fef6088305fcd251043dff8b260f727fc04c1d /build.zig | |
| parent | 05c494c760b337f06cc2bc9676d60b23c19504e0 (diff) | |
| download | zhttpws-8d7a89c3aab3e12ba71595195f2964d36fb8ffc8.tar.gz zhttpws-8d7a89c3aab3e12ba71595195f2964d36fb8ffc8.zip | |
update build and flake
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
