summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 1cf4f22..0b39460 100644
--- a/build.zig
+++ b/build.zig
@@ -413,7 +413,7 @@ const ZiglingStep = struct {
// Render compile errors at the bottom of the terminal.
// TODO: use the same ttyconf from the builder.
- const ttyconf: std.debug.TTY.Config = if (use_color_escapes)
+ const ttyconf: std.io.tty.Config = if (use_color_escapes)
.escape_codes
else
.no_color;