| author | |
| committer | |
| log | a8fa1ecd89eebd444736d73da4ebf24af74daea8 |
| tree | 26e6c1708bb662c54c2d780b9ad0de00c22bad72 |
| parent | dc79f181a56cad17f429bbb7fd176e49bf3d66da |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/build.zig+1-1| ... | ... | @@ -1679,7 +1679,7 @@ pub const LibExeObjStep = struct { |
| 1679 | 1679 | } |
| 1680 | 1680 | |
| 1681 | 1681 | pub fn addBuildOption(self: *LibExeObjStep, comptime T: type, name: []const u8, value: T) void { |
| 1682 | const out = &std.io.BufferOutStream.init(&self.build_options_contents).stream; | |
| 1682 | const out = self.build_options_contents.outStream(); | |
| 1683 | 1683 | out.print("pub const {} = {};\n", .{ name, value }) catch unreachable; |
| 1684 | 1684 | } |
| 1685 | 1685 |