From 34d2cfc9a68503d47bb478ad2de4351adb501893 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 24 Sep 2021 19:36:33 -0400 Subject: Link with -lncursesw --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a8ae76..5b077f3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CHROOT_GROUP = ${CHROOT_USER} CFLAGS += -std=c11 -Wall -Wextra -Wpedantic LDFLAGS = -static -LDLIBS = -lcursesw -lz +LDLIBS = -lncursesw -lz -include config.mk -- cgit 1.4.1