From 03415bc595018ed107fc4eab9206115dfb016e01 Mon Sep 17 00:00:00 2001 From: nhkeni Date: Fri, 11 Jul 2025 15:44:23 -0400 Subject: [PATCH] fix typo --- sys/unix/README-hints | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/README-hints b/sys/unix/README-hints index e564aafab..9c5f06934 100644 --- a/sys/unix/README-hints +++ b/sys/unix/README-hints @@ -26,7 +26,7 @@ cases to include support for multiple features. Some of the options require prerequisite packages to be available on your build machine. make WANT_WIN_TTY=1 Include support for the TTY interface (default). -make NANT_WIN_CURSES=1 Include support for the curses interface. +make WANT_WIN_CURSES=1 Include support for the curses interface. make WANT_WIN_X11=1 Include support for the X11 interface. make WANT_WIN_Qt=1 Include support for Qt interface, defaults to Qt5. make WANT_WIN_QT5=1 Include support for Qt5 interface.