Merge pull request #656 from jcmoyer/env-fixup

Add target to Env struct
This commit is contained in:
Lee Cannon 2022-09-18 19:05:51 +01:00 committed by GitHub
commit b3078c36dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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