| author | |
| committer | |
| log | 5afd774db35e1e12cc49aab5b7f134b741545b80 |
| tree | 7f6e601bb1588177fa35a612107f79a1f9dca71b |
| parent | f7d72ce881db7162aa74ec0fa05ee3af76ecfe1c |
I don't think these are intended to be mutated!1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build.zig+1-1| ... | ... | @@ -56,7 +56,7 @@ build_root: Cache.Directory, |
| 56 | 56 | cache_root: Cache.Directory, |
| 57 | 57 | zig_lib_dir: ?LazyPath, |
| 58 | 58 | pkg_config_pkg_list: ?(PkgConfigError![]const PkgConfigPkg) = null, |
| 59 | args: ?[][]const u8 = null, | |
| 59 | args: ?[]const []const u8 = null, | |
| 60 | 60 | debug_log_scopes: []const []const u8 = &.{}, |
| 61 | 61 | debug_compile_errors: bool = false, |
| 62 | 62 | debug_pkg_config: bool = false, |