aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-16 13:05:08 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-16 13:07:29 +0530
commit5b68fa1a67b01fc159bdc357babc1c33e98bc992 (patch)
treeef3cf1e4f2f8acfed0c0fde49446a1ab52136172 /Makefile
parent2d7b575c8257fbc25f9959701ebebeb26f100036 (diff)
downloadnnn-5b68fa1a67b01fc159bdc357babc1c33e98bc992.tar.gz
Use libncursesw for internationalization
Update README on dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7545534..54088a7 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
CFLAGS += -O3 -march=native -Wall -Wextra -Wno-unused-parameter
-LDLIBS = -lcurses
+LDLIBS = -lncursesw
DISTFILES = nnn.c config.def.h nnn.1 Makefile README.md LICENSE
LOCALCONFIG = config.h