zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit ac8898e68150fc9cd2bc04ee6c4ef4d3005b8c27 (tree)
parent d9fe38789b2a4e8376b71d839181d9c28d098164
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Wed,  7 Nov 2018 21:22:42 -0500

std.build.Builder: mutable env_map

Diffstat:
Mstd/build.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/std/build.zig b/std/build.zig @@ -37,7 +37,7 @@ pub const Builder = struct.{ invalid_user_input: bool, zig_exe: []const u8, default_step: *Step, - env_map: *const BufMap, + env_map: *BufMap, top_level_steps: ArrayList(*TopLevelStep), prefix: []const u8, search_prefixes: ArrayList([]const u8),