aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index cdc7d95..1155e24 100644
--- a/build.zig
+++ b/build.zig
@@ -288,7 +288,7 @@ const ZiglingStep = struct {
// Allow up to 1 MB of stdout capture.
const max_output_bytes = 1 * 1024 * 1024;
- var result = Child.run(.{
+ const result = Child.run(.{
.allocator = b.allocator,
.argv = &.{exe_path},
.cwd = b.build_root.path.?,