Skip to content

Commit d9d75bd

Browse files
committed
Use TIG_NCURSES instead of TIG_LDLIBS in config.make-Linux
As reported by Peff, using TIG_LDLIBS here would result in linking with `-lcurses -lncursesw` while we expect `-lncursesw` only.
1 parent f941cb8 commit d9d75bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/config.make-Linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Use ncursesw.
44

5-
TIG_LDLIBS = -lncursesw
5+
TIG_NCURSES = -lncursesw
66
TIG_CPPFLAGS = -DHAVE_NCURSESW_CURSES_H
77

88
# vim: ft=make:

0 commit comments

Comments
 (0)