mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
rename configure_runner to configurer
This commit is contained in:
+1
-1
@@ -5346,7 +5346,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(.{
|
||||
|
||||
Reference in New Issue
Block a user