From 327979ba5ce6ef69868496b38525bc151d2ce985 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 26 Sep 2021 12:00:58 -0400 Subject: Link with -lncursesw --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 372ee3d..d55b61d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CHROOT_GROUP = ${CHROOT_USER} CFLAGS += -std=c11 -Wall -Wextra LDFLAGS = -static -LDLIBS = -lcursesw +LDLIBS = -lncursesw -include config.mk -- cgit 1.4.1