Remove -lncurses

This commit is contained in:
jl777
2019-02-19 08:58:17 -11:00
parent 34a3ff3705
commit f2eb58fa79
2 changed files with 5 additions and 5 deletions

View File

@@ -574,9 +574,9 @@ komodod_LDADD += \
$(LIBZCASH_LIBS)
if TARGET_DARWIN
komodod_LDADD += libcc.dylib # -lncurses
komodod_LDADD += libcc.dylib
else
komodod_LDADD += libcc.so # -lncurses
komodod_LDADD += libcc.so
endif