diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-11-07 21:22:42 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-11-07 21:23:09 -0500 |
| commit | ac8898e68150fc9cd2bc04ee6c4ef4d3005b8c27 (patch) | |
| tree | d0959257cba77ac1d89b125a52887f80357d8486 /std/build.zig | |
| parent | d9fe38789b2a4e8376b71d839181d9c28d098164 (diff) | |
| download | zig-ac8898e68150fc9cd2bc04ee6c4ef4d3005b8c27.tar.gz zig-ac8898e68150fc9cd2bc04ee6c4ef4d3005b8c27.zip | |
std.build.Builder: mutable env_map
Diffstat (limited to 'std/build.zig')
| -rw-r--r-- | std/build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/build.zig b/std/build.zig index 1d90aa90e6..855a71aa9f 100644 --- 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), |
