mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
chg: remove termcap and use pkg-config for ncurses (@ZeroChaos-)
This commit is contained in:
parent
f3a63767ed
commit
6529c9616f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ else
|
|||
LIBS := -I/usr/local/opt/readline/include $(LIBS)
|
||||
else
|
||||
LUALIB += -ldl
|
||||
LDLIBS += -ltermcap -lncurses
|
||||
LDLIBS += $(shell pkg-config --libs ncurses 2>/dev/null)
|
||||
LUAPLATFORM = linux
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue