summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-26 12:00:58 -0400
committerJune McEnroe <june@causal.agency>2021-09-26 12:00:58 -0400
commit327979ba5ce6ef69868496b38525bc151d2ce985 (patch)
tree5c9d10c351c50ff3a1774506f01c658f3cbbc4fd
parentOpenBSD: pledge(2) and unveil(2) (diff)
downloadplay-327979ba5ce6ef69868496b38525bc151d2ce985.tar.gz
play-327979ba5ce6ef69868496b38525bc151d2ce985.zip
Link with -lncursesw
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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