| ... | @@ -92,7 +92,7 @@ pub fn create_depszig(cachepath: string, dir: std.fs.Dir, top_module: zigmod.Mod | ... | @@ -92,7 +92,7 @@ pub fn create_depszig(cachepath: string, dir: std.fs.Dir, top_module: zigmod.Mod |
| 92 | \\ | 92 | \\ |
| 93 | ); | 93 | ); |
| 94 | | 94 | |
| 95 | try w.writeAll("const dirs = struct {\n"); | 95 | try w.writeAll("pub const dirs = struct {\n"); |
| 96 | try print_dirs(w, list.items); | 96 | try print_dirs(w, list.items); |
| 97 | try w.writeAll("};\n\n"); | 97 | try w.writeAll("};\n\n"); |
| 98 | | 98 | |