diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3741f461..044300fe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -128,7 +128,7 @@ endif ifndef NCURSES LIBS = $(GTKLIBS) else -LIBS = -lncurses -lcdk +LIBS = -lncursesw -lcdk endif TEXTADEPT_OBJS = textadept.o |