mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
std: mark Build.args as const
I don't think these are intended to be mutated!
This commit is contained in:
parent
f7d72ce881
commit
5afd774db3
@ -56,7 +56,7 @@ build_root: Cache.Directory,
|
||||
cache_root: Cache.Directory,
|
||||
zig_lib_dir: ?LazyPath,
|
||||
pkg_config_pkg_list: ?(PkgConfigError![]const PkgConfigPkg) = null,
|
||||
args: ?[][]const u8 = null,
|
||||
args: ?[]const []const u8 = null,
|
||||
debug_log_scopes: []const []const u8 = &.{},
|
||||
debug_compile_errors: bool = false,
|
||||
debug_pkg_config: bool = false,
|
||||
|
Loading…
Reference in New Issue
Block a user