Skip to content

Commit

Permalink
when linking against ncurses, also link against tinfo
Browse files Browse the repository at this point in the history
this doesn't hurt anything on debian but fixes building on some other
systems
fixes: #69
  • Loading branch information
wiedehopf committed May 15, 2024
1 parent 3faa6d1 commit 75eddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif
ifeq ($(DISABLE_INTERACTIVE), yes)
CFLAGS += -DDISABLE_INTERACTIVE
else
LIBS += -lncurses
LIBS += -lncurses -ltinfo
endif

# only disable workaround if zerocopy is disabled in librtlsdr, otherwise expect significantly increased CPU use
Expand Down

0 comments on commit 75eddd7

Please sign in to comment.