| ... | ... | @@ -51,7 +51,7 @@ pub fn create_depszig(cachepath: string, dir: std.fs.Dir, top_module: zigmod.Mod |
| 51 | 51 | try w.writeAll("\n"); |
| 52 | 52 | try w.print("pub const cache = \"{}\";\n", .{std.zig.fmtEscapes(cachepath)}); |
| 53 | 53 | try w.writeAll("\n"); |
| 54 | | try w.print("{s}\n", .{ |
| 54 | try w.writeAll( |
| 55 | 55 | \\pub fn addAllTo(exe: *std.build.LibExeObjStep) void { |
| 56 | 56 | \\ @setEvalBranchQuota(1_000_000); |
| 57 | 57 | \\ for (packages) |pkg| { |
| ... | ... | @@ -87,7 +87,8 @@ pub fn create_depszig(cachepath: string, dir: std.fs.Dir, top_module: zigmod.Mod |
| 87 | 87 | \\ system_libs: []const string = &.{}, |
| 88 | 88 | \\}; |
| 89 | 89 | \\ |
| 90 | | }); |
| 90 | \\ |
| 91 | ); |
| 91 | 92 | |
| 92 | 93 | try w.writeAll("const dirs = struct {\n"); |
| 93 | 94 | try print_dirs(w, list.items); |