| ... | @@ -37,7 +37,7 @@ pub const Builder = struct.{ | ... | @@ -37,7 +37,7 @@ pub const Builder = struct.{ |
| 37 | invalid_user_input: bool, | 37 | invalid_user_input: bool, |
| 38 | zig_exe: []const u8, | 38 | zig_exe: []const u8, |
| 39 | default_step: *Step, | 39 | default_step: *Step, |
| 40 | env_map: *const BufMap, | 40 | env_map: *BufMap, |
| 41 | top_level_steps: ArrayList(*TopLevelStep), | 41 | top_level_steps: ArrayList(*TopLevelStep), |
| 42 | prefix: []const u8, | 42 | prefix: []const u8, |
| 43 | search_prefixes: ArrayList([]const u8), | 43 | search_prefixes: ArrayList([]const u8), |