fix breakage introduced with [17394]
SVN-Revision: 17395
This commit is contained in:
parent
32ab3b9692
commit
49e657f433
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ LIBS := $(shell sh check-lxdialog.sh -ldflags gcc)
|
|||
OS := $(shell uname -s)
|
||||
ifeq ($(strip $(OS)),OpenBSD)
|
||||
LIBS := -lncurses
|
||||
endif
|
||||
ifeq ($(shell uname -o),Cygwin)
|
||||
LIBS := -lncurses
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue