Skip to content

Commit

Permalink
Add target to Env struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoyer committed Sep 18, 2022
1 parent 5aff17a commit 0feecee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0feecee

Please sign in to comment.