remove entirely ncurses, not needed nowadays

This commit is contained in:
Philippe Teuwen
2019-08-29 18:22:00 +02:00
parent 0a81a72758
commit 73cefedd61
5 changed files with 7 additions and 9 deletions

View File

@@ -90,7 +90,6 @@ else
LIBS := -I/usr/local/opt/readline/include $(LIBS)
else
LUALIB += -ldl
LDLIBS += $(shell pkg-config --libs ncurses 2>/dev/null)
LUAPLATFORM = linux
endif
endif