commit b04818644c958e05de9b0d5fb4a8a2a3da6d2164 (tree)
parent a180012dd2bdae6dd30e165e6c74923eeeeb95b7
Author: Andrew Kelley <andrew@ziglang.org>
Date: Tue, 24 Feb 2026 19:42:49 -0800
rename configure_runner to configurer
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/compiler/configure_runner.zig b/lib/compiler/configurer.zig
diff --git a/src/main.zig b/src/main.zig
@@ -5333,7 +5333,7 @@ fn cmdBuild(
.root_src_path = fs.path.basename(runner),
} else .{
.root = try .fromRoot(arena, dirs, .zig_lib, "compiler"),
- .root_src_path = "configure_runner.zig",
+ .root_src_path = "configurer.zig",
};
const config = try Compilation.Config.resolve(.{