| ... | @@ -56,7 +56,7 @@ build_root: Cache.Directory, | ... | @@ -56,7 +56,7 @@ build_root: Cache.Directory, |
| 56 | cache_root: Cache.Directory, | 56 | cache_root: Cache.Directory, |
| 57 | zig_lib_dir: ?LazyPath, | 57 | zig_lib_dir: ?LazyPath, |
| 58 | pkg_config_pkg_list: ?(PkgConfigError![]const PkgConfigPkg) = null, | 58 | pkg_config_pkg_list: ?(PkgConfigError![]const PkgConfigPkg) = null, |
| 59 | args: ?[][]const u8 = null, | 59 | args: ?[]const []const u8 = null, |
| 60 | debug_log_scopes: []const []const u8 = &.{}, | 60 | debug_log_scopes: []const []const u8 = &.{}, |
| 61 | debug_compile_errors: bool = false, | 61 | debug_compile_errors: bool = false, |
| 62 | debug_pkg_config: bool = false, | 62 | debug_pkg_config: bool = false, |