aboutsummaryrefslogtreecommitdiffstatshomepage
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 46a260d..6d6ab58 100644
--- a/build.zig
+++ b/build.zig
@@ -554,7 +554,7 @@ const ZiglingStep = struct {
// Print the compiler errors.
// 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;