Add target to Env struct

See: https://github.com/ziglang/zig/pull/11741
This commit is contained in:
J.C. Moyer 2022-09-15 09:26:36 -04:00
parent 5aff17afb0
commit 0feecee18c

View File

@ -147,6 +147,7 @@ pub fn configChanged(config: *Config, allocator: std.mem.Allocator, builtin_crea
std_dir: []const u8, std_dir: []const u8,
global_cache_dir: []const u8, global_cache_dir: []const u8,
version: []const u8, version: []const u8,
target: ?[]const u8 = null,
}; };
var json_env = std.json.parse( var json_env = std.json.parse(