summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-09 17:26:16 -0500
committerJune McEnroe <programble@gmail.com>2018-02-09 17:26:16 -0500
commit0c8b6dd346b97c1607c293d541babed190f33ea0 (patch)
tree1d391cb488fccb700693ecec5e9f3ae3e6c911fe /bin/Makefile
parentFix X11 KeySym lookup with modifiers (diff)
downloadsrc-0c8b6dd346b97c1607c293d541babed190f33ea0.tar.gz
src-0c8b6dd346b97c1607c293d541babed190f33ea0.zip
Link -lncurses
Apparently the curses link doesn't exist everywhere.
Diffstat (limited to '')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index ffbde39a..f9c5811c 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -5,7 +5,7 @@ ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS)
 GFX = none
 
 CFLAGS += -Wall -Wextra -Wpedantic
-LDLIBS = -lcurses -ledit -lutil -lz
+LDLIBS = -ledit -lncurses -lutil -lz
 LDLIBS_cocoa = -framework Cocoa
 LDLIBS_x11 = -lX11