fix use of log_file.info(…) if building with -Denable_x11_support=false

This commit is contained in:
Mr. Cat 2026-03-18 19:14:13 +01:00
commit 762ffbd0be

View file

@ -730,6 +730,7 @@ pub fn main() !void {
try state.log_file.info(
"comp",
"x11 support disabled at compile-time",
.{},
);
}