Browse Source

remove ncurses

from automake makefile
pull/4/head
ca333 5 years ago
committed by GitHub
parent
commit
edb2fad98e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      src/Makefile.am

8
src/Makefile.am

@ -574,14 +574,12 @@ komodod_LDADD += \
$(LIBZCASH_LIBS)
if TARGET_DARWIN
komodod_LDADD += libcc.dylib # -lncurses
endif
if TARGET_WINDOWS
komodod_LDADD += libcc.dll
komodod_LDADD += libcc.dylib
else
komodod_LDADD += libcc.so # -lncurses
komodod_LDADD += libcc.so
endif
if ENABLE_PROTON
komodod_LDADD += $(LIBBITCOIN_PROTON) $(PROTON_LIBS)
endif

Loading…
Cancel
Save