Skip to content

Commit

Permalink
ui build: remove -lcurses
Browse files Browse the repository at this point in the history
Fixes opensuse crash, and doesn't appear to be needed on linux or darwin.
  • Loading branch information
nolta committed Jul 4, 2012
1 parent 34ac580 commit d705131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ READLINE = $(USR)/lib/libreadline.a
endif

ifneq ($(OS),WINNT)
READLINE += -lncurses -lcurses
READLINE += -lncurses
else
READLINE += $(USR)/lib/libhistory.a
endif
Expand Down

0 comments on commit d705131

Please sign in to comment.