mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
fix breakage introduced with [17394]
SVN-Revision: 17395
This commit is contained in:
@ -12,6 +12,7 @@ LIBS := $(shell sh check-lxdialog.sh -ldflags gcc)
|
|||||||
OS := $(shell uname -s)
|
OS := $(shell uname -s)
|
||||||
ifeq ($(strip $(OS)),OpenBSD)
|
ifeq ($(strip $(OS)),OpenBSD)
|
||||||
LIBS := -lncurses
|
LIBS := -lncurses
|
||||||
|
endif
|
||||||
ifeq ($(shell uname -o),Cygwin)
|
ifeq ($(shell uname -o),Cygwin)
|
||||||
LIBS := -lncurses
|
LIBS := -lncurses
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user